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:
parent
0bda9c974e
commit
b595fa0e7e
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user