mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Fix #9713
This commit is contained in:
		| @@ -195,8 +195,8 @@ class ReconcileController extends Controller | ||||
|         $startDate->subDay(); | ||||
| 
 | ||||
|         $currency       = $this->accountRepos->getAccountCurrency($account) ?? $this->defaultCurrency; | ||||
|         $startBalance   = Steam::finalAccountBalance($account, $startDate)['balance']; | ||||
|         $endBalance     = Steam::finalAccountBalance($account, $end)['balance']; | ||||
|         $startBalance   = Steam::bcround(Steam::finalAccountBalance($account, $startDate)['balance'], $currency->decimal_places); | ||||
|         $endBalance     = Steam::bcround(Steam::finalAccountBalance($account, $end)['balance'], $currency->decimal_places); | ||||
| 
 | ||||
|         // get the transactions
 | ||||
|         $selectionStart = clone $start; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user