mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 20:16:22 +00:00
Add more column conversions.
This commit is contained in:
@@ -51,6 +51,6 @@ class BudgetLimitObserver
|
||||
$budgetLimit->native_amount = $converter->convert($budgetLimit->transactionCurrency, $userCurrency, today(), $budgetLimit->amount);
|
||||
}
|
||||
$budgetLimit->saveQuietly();
|
||||
Log::debug('Bill native amounts are updated.');
|
||||
Log::debug('Budget limit native amounts are updated.');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user