diff --git a/InvenTree/templates/js/translated/stock.js b/InvenTree/templates/js/translated/stock.js index 10250d3da1..de42528142 100644 --- a/InvenTree/templates/js/translated/stock.js +++ b/InvenTree/templates/js/translated/stock.js @@ -2659,7 +2659,8 @@ function installStockItem(stock_item_id, part_id, options={}) { `; @@ -2685,7 +2686,7 @@ function installStockItem(stock_item_id, part_id, options={}) { filters: { part_detail: true, in_stock: true, - serialized: true, + tracked: true, }, adjustFilters: function(filters, opts) { var part = getFormFieldValue('part', {}, opts);