diff --git a/frepple/controllers/outbound.py b/frepple/controllers/outbound.py index f4657f58..9ea8573f 100644 --- a/frepple/controllers/outbound.py +++ b/frepple/controllers/outbound.py @@ -2567,7 +2567,7 @@ def export_manufacturingorders(self): except Exception: wo_date = "" yield '\n' % ( - quoteattr("%s - %s" % (wo["display_name"], wo["id"])), + quoteattr(wo["display_name"]), wo_date, qty, state,