mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix order account.
This commit is contained in:
parent
6b4b69b695
commit
d5afba6137
@ -554,6 +554,7 @@ class AccountRepository implements AccountRepositoryInterface
|
|||||||
{
|
{
|
||||||
$dbQuery = $this->user->accounts()
|
$dbQuery = $this->user->accounts()
|
||||||
->where('active', 1)
|
->where('active', 1)
|
||||||
|
->orderBy('accounts.name', 'ASC')
|
||||||
->with(['accountType']);
|
->with(['accountType']);
|
||||||
if ('' !== $query) {
|
if ('' !== $query) {
|
||||||
$search = sprintf('%%%s%%', $query);
|
$search = sprintf('%%%s%%', $query);
|
||||||
|
Loading…
Reference in New Issue
Block a user