Fix available budgets.

This commit is contained in:
James Cole
2024-12-30 12:22:39 +01:00
parent 62f4da6063
commit d37304fa68
5 changed files with 30 additions and 14 deletions

View File

@@ -46,7 +46,7 @@ class BudgetLimitObserver
private function updateNativeAmount(BudgetLimit $budgetLimit): void
{
if (!Amount::convertToNative($budgetLimit->budget->user)) {
Log::debug('Do not update native amount of the budget limit.');
//Log::debug('Do not update native amount of the budget limit.');
return;
}