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:
@ -240,12 +240,7 @@
|
||||
{% endif %}
|
||||
|
||||
$("#stock-export").click(function() {
|
||||
|
||||
exportStock({
|
||||
{% if location %}
|
||||
location: {{ location.pk }}
|
||||
{% endif %}
|
||||
});
|
||||
downloadTableData($('#stock-table'));
|
||||
});
|
||||
|
||||
$('#location-create').click(function () {
|
||||
|
Reference in New Issue
Block a user