From dce565b4a31b5aa35216dc04405eaa31024b5000 Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 11 Aug 2023 10:11:06 +1000 Subject: [PATCH] Fix build output unallocate button (#5426) --- 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 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'); }