mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Make sure account has a start and end balance.
This commit is contained in:
		| @@ -75,7 +75,9 @@ class AccountReportHelper implements AccountReportHelperInterface | ||||
|                  * day. | ||||
|                  */ | ||||
|                 // | ||||
|                 $currentStart = $startSet->filter( | ||||
|                 $account->startBalance = '0'; | ||||
|                 $account->endBalance   = '0'; | ||||
|                 $currentStart          = $startSet->filter( | ||||
|                     function (Account $entry) use ($account) { | ||||
|                         return $account->id == $entry->id; | ||||
|                     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user