mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Add the ability to make transfers to and from liability accounts.
This commit is contained in:
@@ -247,7 +247,7 @@ class AccountRepository implements AccountRepositoryInterface
|
||||
$result = $query->get(['accounts.*']);
|
||||
$result = $result->sortBy(
|
||||
function (Account $account) {
|
||||
return strtolower($account->name);
|
||||
return sprintf('%02d', $account->account_type_id) . strtolower($account->name);
|
||||
}
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user