Skip to content

Commit

Permalink
Update production.py
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-dvorak authored Nov 15, 2023
1 parent db4434d commit 1edbe82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenIntranet/plugins/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -1129,7 +1129,7 @@ def make_comp_dict(self, element):
"Value": element.findall('value')[0].text,
"UST_ID": '',
"stock_count": None,
"exclude_from_bom": any(prop.find("name").text == "exclude_from_bom" for prop in element.findall("property")),
# "exclude_from_bom": any(prop.find("name").text == "exclude_from_bom" for prop in element.findall("property")),
"status": ComponentStatus.Actual.value
}

Expand Down

0 comments on commit 1edbe82

Please sign in to comment.