mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
First full transaction list (again) and removed some google table references.
This commit is contained in:
@@ -213,7 +213,7 @@ class TransactionJournal extends Ardent
|
||||
$q->orderBy('amount', 'ASC');
|
||||
}, 'transactiontype', 'components' => function ($q) {
|
||||
$q->orderBy('class');
|
||||
}, 'transactions.account.accounttype', 'recurringTransaction']
|
||||
}, 'transactions.account.accounttype', 'recurringTransaction','budgets','categories']
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user