mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Small optimizations to reports.
This commit is contained in:
@@ -394,6 +394,7 @@ class BudgetRepository extends ComponentRepository implements BudgetRepositoryIn
|
||||
);
|
||||
}
|
||||
)
|
||||
->orderBy('budgets.id', 'budget_limits.startdate', 'limit_repetitions.enddate')
|
||||
->get(['budgets.*', 'limit_repetitions.startdate', 'limit_repetitions.enddate', 'limit_repetitions.amount']);
|
||||
|
||||
$set = $set->sortBy(
|
||||
|
||||
Reference in New Issue
Block a user