mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-24 22:48:18 +00:00
Fix month report so transfers from a shared account to another shared account do not count as income.
This commit is contained in:
@@ -164,6 +164,7 @@ class ReportQuery implements ReportQueryInterface
|
|||||||
function (Builder $q) {
|
function (Builder $q) {
|
||||||
$q->where('transaction_types.type', 'Transfer');
|
$q->where('transaction_types.type', 'Transfer');
|
||||||
$q->where('acm_from.data', '=', '"sharedAsset"');
|
$q->where('acm_from.data', '=', '"sharedAsset"');
|
||||||
|
$q->where('acm_to.data','!=','"sharedAsset"');
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user