mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-03 12:47:17 -06:00
Make sure account has a start and end balance.
This commit is contained in:
parent
deb140e3bc
commit
0eb8c2b7ba
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user