mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Re-order two columns #2437
This commit is contained in:
@@ -95,11 +95,13 @@ class GroupCollector implements GroupCollectorInterface
|
||||
# journal
|
||||
'transaction_journals.id as transaction_journal_id',
|
||||
'transaction_journals.transaction_type_id',
|
||||
'transaction_types.type as transaction_type_type',
|
||||
'transaction_journals.description',
|
||||
'transaction_journals.date',
|
||||
'transaction_journals.order',
|
||||
|
||||
# types
|
||||
'transaction_types.type as transaction_type_type',
|
||||
|
||||
# source info (always present)
|
||||
'source.id as source_transaction_id',
|
||||
'source.account_id as source_account_id',
|
||||
@@ -122,7 +124,6 @@ class GroupCollector implements GroupCollectorInterface
|
||||
'foreign_currency.decimal_places as foreign_currency_decimal_places',
|
||||
|
||||
# destination account info (always present)
|
||||
#'destination.id as destination_transaction_id', // not interesting.
|
||||
'destination.account_id as destination_account_id',
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user