2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 11:10:54 +00:00

Store table query parameters when performing a bootstrap-table query

- For now it only supports .csv format
This commit is contained in:
Oliver
2022-03-03 17:17:27 +11:00
parent 549f16b7aa
commit 6b7a0fde1b
2 changed files with 46 additions and 6 deletions

View File

@ -240,12 +240,7 @@
{% endif %}
$("#stock-export").click(function() {
exportStock({
{% if location %}
location: {{ location.pk }}
{% endif %}
});
downloadTableData($('#stock-table'));
});
$('#location-create').click(function () {