mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Merge branch 'adminlte4' into develop
This commit is contained in:
		| @@ -322,16 +322,11 @@ class BasicController extends Controller | ||||
|                 'currency_decimal_places' => $row['currency_decimal_places'], | ||||
|                 'value_parsed'            => app('amount')->formatFlat($row['currency_symbol'], $row['currency_decimal_places'], $leftToSpend, false), | ||||
|                 'local_icon'              => 'money', | ||||
|                 'sub_title'               => (string)trans( | ||||
|                     'firefly.box_spend_per_day', | ||||
|                     [ | ||||
|                         'amount' => app('amount')->formatFlat( | ||||
|                             $row['currency_symbol'], | ||||
|                             $row['currency_decimal_places'], | ||||
|                             $perDay, | ||||
|                             false | ||||
|                         ), | ||||
|                     ] | ||||
|                 'sub_title'               => app('amount')->formatFlat( | ||||
|                     $row['currency_symbol'], | ||||
|                     $row['currency_decimal_places'], | ||||
|                     $perDay, | ||||
|                     false | ||||
|                 ), | ||||
|             ]; | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user