2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-09-24 03:20:17 +00:00

Tweaked part stock page

This commit is contained in:
Oliver
2018-05-07 21:51:08 +10:00
parent 2b286c3b83
commit 425db5fd39
3 changed files with 70 additions and 5 deletions

View File

@@ -148,7 +148,7 @@
$("#multi-item-stocktake").click(function() {
var items = selectedStock();
alert('Stocktake on ' + items.length + ' items');
countStockItems(items, {});
return false;
});