mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Group management code.
This commit is contained in:
		| @@ -130,7 +130,6 @@ class ReconcileController extends Controller | ||||
|         $startDate = clone $start; | ||||
|         $startDate->subDay(); | ||||
|         $startBalance = round(app('steam')->balance($account, $startDate), $currency->decimal_places); | ||||
|  | ||||
|         $endBalance   = round(app('steam')->balance($account, $end), $currency->decimal_places); | ||||
|         $subTitleIcon = config(sprintf('firefly.subIconsByIdentifier.%s', $account->accountType->type)); | ||||
|         $subTitle     = (string) trans('firefly.reconcile_account', ['account' => $account->name]); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user