mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-07 06:33:57 -06:00
Make sure account has a start and end balance.
This commit is contained in:
parent
deb140e3bc
commit
0eb8c2b7ba
@ -75,6 +75,8 @@ class AccountReportHelper implements AccountReportHelperInterface
|
|||||||
* day.
|
* day.
|
||||||
*/
|
*/
|
||||||
//
|
//
|
||||||
|
$account->startBalance = '0';
|
||||||
|
$account->endBalance = '0';
|
||||||
$currentStart = $startSet->filter(
|
$currentStart = $startSet->filter(
|
||||||
function (Account $entry) use ($account) {
|
function (Account $entry) use ($account) {
|
||||||
return $account->id == $entry->id;
|
return $account->id == $entry->id;
|
||||||
|
Loading…
Reference in New Issue
Block a user