Enable 'Submit' button for Move Stock form
This commit is contained in:
parent
26b9c14667
commit
d891c8d7ea
|
|
@ -293,6 +293,8 @@ function moveStockItems(items, options) {
|
|||
//modalSetContent(modal, html);
|
||||
attachSelect(modal);
|
||||
|
||||
modalEnable(modal, true);
|
||||
|
||||
$(modal).find('#note-warning').hide();
|
||||
|
||||
modalSubmit(modal, function() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue