From df8c2692a00b11bd4a8b136d255225217d5df3f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 10:13:52 +1000 Subject: [PATCH] Fix build output unallocate button (#5426) (#5427) (cherry picked from commit dce565b4a31b5aa35216dc04405eaa31024b5000) Co-authored-by: Oliver --- InvenTree/templates/js/translated/build.js | 1 + 1 file changed, 1 insertion(+) 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'); }