mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-28 18:01:26 -06:00
Different order for recurrences [skip ci]
This commit is contained in:
parent
e9655e6d86
commit
c6b60ff6b4
@ -71,7 +71,7 @@ class RecurringRepository implements RecurringRepositoryInterface
|
||||
return $this->user->recurrences()
|
||||
->with(['TransactionCurrency', 'TransactionType', 'RecurrenceRepetitions', 'RecurrenceTransactions'])
|
||||
->orderBy('active', 'DESC')
|
||||
->orderBy('transaction_type_id', 'DESC')
|
||||
->orderBy('transaction_type_id', 'ASC')
|
||||
->orderBy('title', 'ASC')
|
||||
->get();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user