From d891c8d7eac2ddaea28c731e189db7d995950727 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Thu, 9 May 2019 18:32:30 +1000 Subject: [PATCH] Enable 'Submit' button for Move Stock form --- 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 3241550ec7..44f563aa51 100644 --- a/InvenTree/static/script/inventree/stock.js +++ b/InvenTree/static/script/inventree/stock.js @@ -293,6 +293,8 @@ function moveStockItems(items, options) { //modalSetContent(modal, html); attachSelect(modal); + modalEnable(modal, true); + $(modal).find('#note-warning').hide(); modalSubmit(modal, function() {