From bade13f3b86f0c14d79f960ddd62aa90f5b755d6 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Fri, 3 May 2019 23:08:31 +1000 Subject: [PATCH] Fixed stocktake form to match new scheme --- InvenTree/static/script/inventree/stock.js | 2 ++ 1 file changed, 2 insertions(+) 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 = [];