Skip to content

Commit

Permalink
Merge pull request #465 from frePPLe/15.0
Browse files Browse the repository at this point in the history
Syncing from upstream frePPLe/odoo (15.0)
  • Loading branch information
bt-admin authored Aug 16, 2024
2 parents 50f8fb3 + 97ecad5 commit e12df98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frepple/controllers/outbound.py
Original file line number Diff line number Diff line change
Expand Up @@ -1473,7 +1473,7 @@ def export_boms(self):
)
if not producedQty:
producedQty = 1
if producedQty != 1:
if producedQty != 1 and not subcontractor:
yield "<size_minimum>%s</size_minimum>\n" % producedQty
yield "<flows>\n"

Expand Down

0 comments on commit e12df98

Please sign in to comment.