Commit 8d4522e7 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

follow the change of r36616 (store a list of simulation movements to be solved...

follow the change of r36616 (store a list of simulation movements to be solved instead of delivery movements in a Solver Decision document).


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36618 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4fbc1c76
......@@ -70,7 +70,7 @@ for tester, simulation_movement in delivery.getDivergentTesterAndSimulationMovem
# XXX We need to calculate and pass default values for some solvers\n
target_solver = solver_process.newContent(\n
portal_type=solver.getId(),\n
delivery=simulation_movement.getDeliveryList()\n
delivery=simulation_movement.getRelativeUrl()\n
)\n
target_solver.startSolving()\n
target_solver.solve()\n
......
116
\ No newline at end of file
117
\ No newline at end of file
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