mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 18:41:08 +00:00
Important bug fix.
This commit is contained in:
@@ -385,7 +385,7 @@ class ReportHelper implements ReportHelperInterface
|
|||||||
|
|
||||||
foreach ($accounts as $account) {
|
foreach ($accounts as $account) {
|
||||||
$entry = $spentData->filter(
|
$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);
|
return $model->account_id == $account->id && is_null($model->budget_id);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user