Use ordergroup_name instead of ordergroup.name in FinancialTransactionsCsv

This commit is contained in:
Patrick Gansterer 2021-02-08 01:05:04 +01:00
parent 373d137f9f
commit 8fd484eda5

View file

@ -21,7 +21,7 @@ class FinancialTransactionsCsv < RenderCSV
yield [ yield [
t.created_on, t.created_on,
t.ordergroup_id, t.ordergroup_id,
t.ordergroup.name, t.ordergroup_name,
show_user(t.user), show_user(t.user),
t.financial_transaction_type.financial_transaction_class.name, t.financial_transaction_type.financial_transaction_class.name,
t.financial_transaction_type.name, t.financial_transaction_type.name,