2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

Merge pull request #282 from SchrodingersGat/stock-form-fix

Enable 'Submit' button for Move Stock form
This commit is contained in:
Oliver
2019-05-09 18:36:06 +10:00
committed by GitHub

View File

@ -293,6 +293,8 @@ function moveStockItems(items, options) {
//modalSetContent(modal, html);
attachSelect(modal);
modalEnable(modal, true);
$(modal).find('#note-warning').hide();
modalSubmit(modal, function() {