mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 10:16:49 +00:00
Add extra order for better form.
This commit is contained in:
@@ -568,6 +568,7 @@ class AccountRepository implements AccountRepositoryInterface
|
|||||||
$dbQuery = $this->user->accounts()
|
$dbQuery = $this->user->accounts()
|
||||||
->where('active', 1)
|
->where('active', 1)
|
||||||
->orderBy('accounts.order', 'ASC')
|
->orderBy('accounts.order', 'ASC')
|
||||||
|
->orderBy('accounts.account_type_id', 'ASC')
|
||||||
->orderBy('accounts.name', 'ASC')
|
->orderBy('accounts.name', 'ASC')
|
||||||
->with(['accountType']);
|
->with(['accountType']);
|
||||||
if ('' !== $query) {
|
if ('' !== $query) {
|
||||||
|
Reference in New Issue
Block a user