mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Fix #9736
This commit is contained in:
		| @@ -113,7 +113,6 @@ class ReconcileController extends Controller | ||||
|         $end->endOfDay(); | ||||
| 
 | ||||
|         $startDate       = clone $start; | ||||
|         $startDate->subDay(); | ||||
|         $startBalance    = Steam::bcround(Steam::finalAccountBalance($account, $startDate)['balance'], $currency->decimal_places); | ||||
|         $endBalance      = Steam::bcround(Steam::finalAccountBalance($account, $end)['balance'], $currency->decimal_places); | ||||
|         $subTitleIcon    = config(sprintf('firefly.subIconsByIdentifier.%s', $account->accountType->type)); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user