mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-07 04:12:11 +00:00
Tweaked part stock page
This commit is contained in:
@@ -148,7 +148,7 @@
|
||||
$("#multi-item-stocktake").click(function() {
|
||||
var items = selectedStock();
|
||||
|
||||
alert('Stocktake on ' + items.length + ' items');
|
||||
countStockItems(items, {});
|
||||
|
||||
return false;
|
||||
});
|
||||
|
Reference in New Issue
Block a user