Add more column conversions.

This commit is contained in:
James Cole
2024-12-20 05:31:16 +01:00
parent 1a1baa5cda
commit 7fd5a88122
6 changed files with 119 additions and 16 deletions

View File

@@ -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.');
}
}