mirror of
https://github.com/inventree/InvenTree.git
synced 2026-01-28 17:13:44 +00:00
Fixed stocktake form to match new scheme
This commit is contained in:
@@ -110,6 +110,8 @@ function updateStock(items, options={}) {
|
||||
|
||||
$(modal).find('#note-warning').hide();
|
||||
|
||||
modalEnable(modal, true);
|
||||
|
||||
modalSubmit(modal, function() {
|
||||
|
||||
var stocktake = [];
|
||||
|
||||
Reference in New Issue
Block a user