fix csv download (closes foodcoop-adam#129)
This commit is contained in:
parent
5349add890
commit
c80a9cd68b
2 changed files with 2 additions and 2 deletions
|
@ -11,4 +11,4 @@
|
|||
|
||||
= render 'transactions_search', url: finance_ordergroup_transactions_path(@ordergroup)
|
||||
|
||||
#transactions= render 'transactions'
|
||||
#transactions= render 'transactions', with_csv: true
|
||||
|
|
|
@ -5,4 +5,4 @@
|
|||
|
||||
= render 'transactions_search', url: finance_transactions_path
|
||||
|
||||
#transactions= render 'transactions', with_ordergroup: true
|
||||
#transactions= render 'transactions', with_ordergroup: true, with_csv: true
|
||||
|
|
Loading…
Reference in a new issue