mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Small query fix.
This commit is contained in:
parent
7f19b6957a
commit
67fe35d564
@ -309,8 +309,7 @@ class ReportQuery implements ReportQueryInterface
|
||||
);
|
||||
|
||||
// only include selected accounts.
|
||||
$query->whereIn('acm_to.id', $ids);
|
||||
|
||||
$query->whereIn('ac_to.id', $ids);
|
||||
$query->orderBy('transaction_journals.date');
|
||||
|
||||
// get everything
|
||||
|
Loading…
Reference in New Issue
Block a user