diff --git a/InvenTree/templates/js/build.js b/InvenTree/templates/js/build.js index 59678ce11c..ee7e579cce 100644 --- a/InvenTree/templates/js/build.js +++ b/InvenTree/templates/js/build.js @@ -300,7 +300,7 @@ function loadBuildOutputAllocationTable(buildInfo, output, options={}) { queryParams: { part: partId, sub_part_detail: true, - trackable: outputId != null, + sub_part_trackable: outputId != null, }, formatNoMatches: function() { return '{% trans "No BOM items found" %}';