mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Various code cleanup.
This commit is contained in:
		| @@ -277,11 +277,11 @@ class IndexController extends Controller | ||||
|                 // also calculate how much left from budgeted:
 | ||||
|                 $sums['left'][$currencyId] | ||||
|                                                          ??= [ | ||||
|                                                              'amount'                  => '0', | ||||
|                                                              'currency_id'             => $budgeted['currency_id'], | ||||
|                                                              'currency_symbol'         => $budgeted['currency_symbol'], | ||||
|                                                              'currency_decimal_places' => $budgeted['currency_decimal_places'], | ||||
|                                                          ]; | ||||
|                         'amount'                  => '0', | ||||
|                         'currency_id'             => $budgeted['currency_id'], | ||||
|                         'currency_symbol'         => $budgeted['currency_symbol'], | ||||
|                         'currency_decimal_places' => $budgeted['currency_decimal_places'], | ||||
|                     ]; | ||||
|             } | ||||
|         } | ||||
| 
 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user