mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-27 03:10:32 -06:00
Order accounts by name.
This commit is contained in:
parent
021999d05f
commit
c69ef34ac9
@ -110,7 +110,7 @@ class ReportQuery implements ReportQueryInterface
|
||||
*/
|
||||
public function getAllAccounts(Carbon $start, Carbon $end)
|
||||
{
|
||||
$set = Auth::user()->accounts()
|
||||
$set = Auth::user()->accounts()->orderBy('accounts.name','ASC')
|
||||
->accountTypeIn(['Default account', 'Asset account', 'Cash account'])
|
||||
->leftJoin(
|
||||
'account_meta', function (JoinClause $join) {
|
||||
|
Loading…
Reference in New Issue
Block a user