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
commit 459699bcd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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() {