mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-19 05:25:42 +00:00
Remove calls to "exportStock"
This commit is contained in:
@ -834,9 +834,7 @@
|
||||
|
||||
$("#stock-export").click(function() {
|
||||
|
||||
exportStock({
|
||||
part: {{ part.pk }}
|
||||
});
|
||||
downloadTableData($("#stock-table"));
|
||||
});
|
||||
|
||||
$('#item-create').click(function () {
|
||||
|
Reference in New Issue
Block a user