2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 12:06:44 +00:00

Fix loading of untracked parts table

This commit is contained in:
Oliver Walters 2022-04-29 01:40:59 +10:00
parent 0bda9c974e
commit b595fa0e7e

View File

@ -1347,7 +1347,7 @@ function loadBuildOutputAllocationTable(buildInfo, output, options={}) {
{ {
part: partId, part: partId,
sub_part_detail: true, sub_part_detail: true,
sub_part_trackable: trackable, sub_part_trackable: buildInfo.tracked_parts,
}, },
{ {
async: false, async: false,