diff --git a/InvenTree/static/script/inventree/stock.js b/InvenTree/static/script/inventree/stock.js index 4ddcba214e..0f2ee43136 100644 --- a/InvenTree/static/script/inventree/stock.js +++ b/InvenTree/static/script/inventree/stock.js @@ -571,10 +571,7 @@ function loadStockTable(table, options) { }); $('#multi-item-remove').click(function() { - updateStockItems({ - action: 'remove', - }); - return false; + stockAdjustment('take'); }); $('#multi-item-add').click(function() { diff --git a/InvenTree/stock/templates/stock/stock_adjust.html b/InvenTree/stock/templates/stock/stock_adjust.html index 0e6e2c4697..9bd4203725 100644 --- a/InvenTree/stock/templates/stock/stock_adjust.html +++ b/InvenTree/stock/templates/stock/stock_adjust.html @@ -23,7 +23,7 @@