mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-11-03 20:55:05 +00:00 
			
		
		
		
	Fix available budgets.
This commit is contained in:
		@@ -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;
 | 
			
		||||
        }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user