fix csv download also when searching
This commit is contained in:
parent
c80a9cd68b
commit
fa725dbf38
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
$('#transactions').html('<%= escape_javascript(render("transactions")) %>');
|
$('#transactions').html('<%= escape_javascript(render("transactions", with_csv: true)) %>');
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
$('#transactions').html('<%= escape_javascript(render("transactions", with_ordergroup: true)) %>');
|
$('#transactions').html('<%= escape_javascript(render("transactions", with_ordergroup: true, with_csv: true)) %>');
|
||||||
|
|
Loading…
Reference in a new issue