Use ordergroup_name instead of ordergroup.name in FinancialTransactionsCsv
This commit is contained in:
parent
373d137f9f
commit
8fd484eda5
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue