Auto commit for release 'develop' on 2024-12-28

This commit is contained in:
github-actions
2024-12-28 13:59:31 +01:00
parent 82abee37de
commit 0f68735e1c
39 changed files with 89 additions and 89 deletions

View File

@@ -47,6 +47,7 @@ class BudgetLimitObserver
{
if (!Amount::convertToNative($budgetLimit->budget->user)) {
Log::debug('Do not update native amount of the budget limit.');
return;
}
$userCurrency = app('amount')->getDefaultCurrencyByUserGroup($budgetLimit->budget->user->userGroup);