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
1 changed files with 1 additions and 1 deletions

View File

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