diff --git a/InvenTree/static/script/inventree/stock.js b/InvenTree/static/script/inventree/stock.js index ac7d151413..73199466f6 100644 --- a/InvenTree/static/script/inventree/stock.js +++ b/InvenTree/static/script/inventree/stock.js @@ -110,6 +110,8 @@ function updateStock(items, options={}) { $(modal).find('#note-warning').hide(); + modalEnable(modal, true); + modalSubmit(modal, function() { var stocktake = [];