mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-26 00:41:34 -06:00
Add extra order for better form.
This commit is contained in:
parent
633bc043da
commit
94c31ad747
@ -568,6 +568,7 @@ class AccountRepository implements AccountRepositoryInterface
|
||||
$dbQuery = $this->user->accounts()
|
||||
->where('active', 1)
|
||||
->orderBy('accounts.order', 'ASC')
|
||||
->orderBy('accounts.account_type_id', 'ASC')
|
||||
->orderBy('accounts.name', 'ASC')
|
||||
->with(['accountType']);
|
||||
if ('' !== $query) {
|
||||
|
Loading…
Reference in New Issue
Block a user