Commit 41451df9 authored by Ioannis Papagiannopoulos's avatar Ioannis Papagiannopoulos Committed by Georgios Dagkakis

correction for printRoute

parent 30b008e5
......@@ -72,3 +72,6 @@ class OrderComponent(Job): # inherits from the
# used by printRoute
if self.order:
self.alias=self.order.alias+'C'+str(len(G.OrderComponentList))
G.OrderComponentList.append(self)
G.WipList.append(self)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment