Skip to content

Commit

Permalink
remove workorder id again from the WO reference, keeping it on operation
Browse files Browse the repository at this point in the history
  • Loading branch information
jdetaeye committed Feb 19, 2024
1 parent 1a5470f commit 26120f0
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 26120f0

Please sign in to comment.