diff --git a/InvenTree/templates/js/translated/build.js b/InvenTree/templates/js/translated/build.js index 064721b4a1..822f30de6b 100644 --- a/InvenTree/templates/js/translated/build.js +++ b/InvenTree/templates/js/translated/build.js @@ -2708,6 +2708,7 @@ function loadBuildLineTable(table, build_id, options={}) { deallocateStock(build_id, { build_line: pk, + output: output, onSuccess: function() { $(table).bootstrapTable('refresh'); }