Commit 41798d62 authored by Sebastien Robin's avatar Sebastien Robin

PartJobShop: improve some comments

parent c4454a2c
...@@ -135,7 +135,8 @@ class Simulation(ACO.Simulation): ...@@ -135,7 +135,8 @@ class Simulation(ACO.Simulation):
order_dict["id"] = "%i" % i # XXX hack, we use it in UI to retrieve spreadsheet line order_dict["id"] = "%i" % i # XXX hack, we use it in UI to retrieve spreadsheet line
order_dict["manager"] = project_manager order_dict["manager"] = project_manager
order_dict["name"] = order_id order_dict["name"] = order_id
# XXX can we do better than this ? # XXX make it dynamic by writing a function that will reuse the
# code available a bit after
order_dict["route"] = [ order_dict["route"] = [
{ {
"stationIdsList": [ "stationIdsList": [
......
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