mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fixed stocktake form to match new scheme
This commit is contained in:
parent
11af4e5683
commit
bade13f3b8
@ -110,6 +110,8 @@ function updateStock(items, options={}) {
|
||||
|
||||
$(modal).find('#note-warning').hide();
|
||||
|
||||
modalEnable(modal, true);
|
||||
|
||||
modalSubmit(modal, function() {
|
||||
|
||||
var stocktake = [];
|
||||
|
Loading…
Reference in New Issue
Block a user