diff --git a/InvenTree/templates/js/translated/stock.js b/InvenTree/templates/js/translated/stock.js index e047590c7a..93a496f623 100644 --- a/InvenTree/templates/js/translated/stock.js +++ b/InvenTree/templates/js/translated/stock.js @@ -971,7 +971,7 @@ function adjustStock(action, items, options={}) { var item = items[idx]; - if ((item.serial != null) && !allowSerializedStock) { + if ((item.serial != null) && (item.serial != '') && !allowSerializedStock) { continue; }