diff --git a/app/views/finance/financial_transactions/index.html.haml b/app/views/finance/financial_transactions/index.html.haml index f53078c2..23cf1d1c 100644 --- a/app/views/finance/financial_transactions/index.html.haml +++ b/app/views/finance/financial_transactions/index.html.haml @@ -11,4 +11,4 @@ = render 'transactions_search', url: finance_ordergroup_transactions_path(@ordergroup) -#transactions= render 'transactions' +#transactions= render 'transactions', with_csv: true diff --git a/app/views/finance/financial_transactions/index_collection.html.haml b/app/views/finance/financial_transactions/index_collection.html.haml index b67dd176..05dea241 100644 --- a/app/views/finance/financial_transactions/index_collection.html.haml +++ b/app/views/finance/financial_transactions/index_collection.html.haml @@ -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