Keep order

This commit is contained in:
James Cole 2018-04-22 08:07:46 +02:00
parent 49421f50ac
commit c682e69ee7
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -682,6 +682,7 @@ class JournalCollector implements JournalCollectorInterface
->orderBy('transaction_journals.order', 'ASC')
->orderBy('transaction_journals.id', 'DESC')
->orderBy('transaction_journals.description', 'DESC')
->orderBy('transactions.identifier', 'ASC')
->orderBy('transactions.amount', 'DESC');
$this->query = $query;