2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-30 12:36:45 +00:00

Fixed stocktake form to match new scheme

This commit is contained in:
Oliver Walters 2019-05-03 23:08:31 +10:00
parent 11af4e5683
commit bade13f3b8

View File

@ -110,6 +110,8 @@ function updateStock(items, options={}) {
$(modal).find('#note-warning').hide(); $(modal).find('#note-warning').hide();
modalEnable(modal, true);
modalSubmit(modal, function() { modalSubmit(modal, function() {
var stocktake = []; var stocktake = [];