mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-11 12:18:08 +00:00
Code cleanup.
This commit is contained in:
@@ -367,8 +367,6 @@ class ReportQuery implements ReportQueryInterface
|
||||
);
|
||||
}
|
||||
)
|
||||
// ->where('transaction_types.type', 'Deposit')
|
||||
// ->where('acm_to.data', '!=', '"sharedExpense"')
|
||||
->before($end)->after($start)
|
||||
->where('transaction_journals.user_id', \Auth::user()->id)
|
||||
->groupBy('t_from.account_id')->orderBy('amount')
|
||||
|
||||
Reference in New Issue
Block a user