mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-03 13:58:47 +00:00
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);
|
//modalSetContent(modal, html);
|
||||||
attachSelect(modal);
|
attachSelect(modal);
|
||||||
|
|
||||||
|
modalEnable(modal, true);
|
||||||
|
|
||||||
$(modal).find('#note-warning').hide();
|
$(modal).find('#note-warning').hide();
|
||||||
|
|
||||||
modalSubmit(modal, function() {
|
modalSubmit(modal, function() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user