mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Bugfix: BOM API now works slightly differently
This commit is contained in:
parent
544b63cac5
commit
551064b3a4
@ -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" %}';
|
||||
|
Loading…
Reference in New Issue
Block a user