fix csv download + template optional parameters
Conflicts: app/views/finance/financial_transactions/_transactions.html.haml app/views/home/ordergroup.html.haml app/views/login/_accept_invitation_form.html.haml
This commit is contained in:
parent
b1d085c618
commit
9e58a6f2b1
3 changed files with 25 additions and 7 deletions
|
|
@ -20,5 +20,4 @@
|
|||
'data-submit-onchange' => true, class: 'form-search' do
|
||||
= text_field_tag :query, params[:query], class: 'input-medium search-query',
|
||||
placeholder: t('.search')
|
||||
#transactions= render "finance/financial_transactions/transactions"
|
||||
|
||||
#transactions= render "finance/financial_transactions/transactions", with_csv: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue