diff --git a/InvenTree/templates/js/translated/build.js b/InvenTree/templates/js/translated/build.js index 5fe9165c9d..502f95d65f 100644 --- a/InvenTree/templates/js/translated/build.js +++ b/InvenTree/templates/js/translated/build.js @@ -1347,7 +1347,7 @@ function loadBuildOutputAllocationTable(buildInfo, output, options={}) { { part: partId, sub_part_detail: true, - sub_part_trackable: trackable, + sub_part_trackable: buildInfo.tracked_parts, }, { async: false,