Skip to content

Commit

Permalink
Merge pull request #417 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 Feb 20, 2024
2 parents cc10f5d + 26120f0 commit 54b2380
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 @@ -2567,7 +2567,7 @@ def export_manufacturingorders(self):
except Exception:
wo_date = ""
yield '<operationplan type="MO" reference=%s%s quantity="%s" status="%s"><operation name=%s/><owner reference=%s/></operationplan>\n' % (
quoteattr("%s - %s" % (wo["display_name"], wo["id"])),
quoteattr(wo["display_name"]),
wo_date,
qty,
state,
Expand Down

0 comments on commit 54b2380

Please sign in to comment.