fix csv download (closes foodcoop-adam#129)

This commit is contained in:
wvengen 2014-07-01 11:14:11 +02:00
parent 5349add890
commit c80a9cd68b
2 changed files with 2 additions and 2 deletions

View File

@ -11,4 +11,4 @@
= render 'transactions_search', url: finance_ordergroup_transactions_path(@ordergroup)
#transactions= render 'transactions'
#transactions= render 'transactions', with_csv: true

View File

@ -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