Minor code cleanup

This commit is contained in:
James Cole 2024-01-12 19:03:51 +01:00
parent 1e733f4c8b
commit 4f1ac2ac6f
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

@ -1054,6 +1054,7 @@ class GroupCollector implements GroupCollectorInterface
->orderBy('transaction_journals.order', 'ASC') ->orderBy('transaction_journals.order', 'ASC')
->orderBy('transaction_journals.id', 'DESC') ->orderBy('transaction_journals.id', 'DESC')
->orderBy('transaction_journals.description', 'DESC') ->orderBy('transaction_journals.description', 'DESC')
->orderBy('source.amount', 'DESC'); ->orderBy('source.amount', 'DESC')
;
} }
} }