mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 09:22:33 +00:00
Fix order account.
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user