mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-11 07:55:51 -06:00
Important bug fix.
This commit is contained in:
parent
358d9aac7d
commit
cf5cc626d7
@ -385,7 +385,7 @@ class ReportHelper implements ReportHelperInterface
|
||||
|
||||
foreach ($accounts as $account) {
|
||||
$entry = $spentData->filter(
|
||||
function (TransactionJournal $model) use ($budget, $account) {
|
||||
function (TransactionJournal $model) use ($account) {
|
||||
return $model->account_id == $account->id && is_null($model->budget_id);
|
||||
}
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user