inserted assembly steps at the end of a component route hold now also the technology

parent c2b88d47
...@@ -142,7 +142,8 @@ class InsertQueues(plugin.InputPreparationPlugin): ...@@ -142,7 +142,8 @@ class InsertQueues(plugin.InputPreparationPlugin):
if assemblyIDlist: if assemblyIDlist:
route.append({"stationIdsList": assemblyIDlist, route.append({"stationIdsList": assemblyIDlist,
"sequence": assembly_sequence, "sequence": assembly_sequence,
"task_id": assembly_task_id}) "task_id": assembly_task_id,
"technology": "ASSM"})
index+=1 index+=1
return data return data
......
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