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