Commit aa56c4fc authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

property_id should be passed to _solveRecursively for recording property.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32513 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 27115a9a
...@@ -77,7 +77,7 @@ class UnifySolver(AcceptSolver): ...@@ -77,7 +77,7 @@ class UnifySolver(AcceptSolver):
for x in self.getDeliveryValue().getMovementList()], []) for x in self.getDeliveryValue().getMovementList()], [])
for simulation_movement in simulation_movement_list: for simulation_movement in simulation_movement_list:
value_dict = {solved_property:new_value} value_dict = {solved_property:new_value}
self._solveRecursively(simulation_movement, value_dict) self._solveRecursively(simulation_movement, value_dict, solved_property)
simulation_movement.expand() simulation_movement.expand()
# Finish solving # Finish solving
self.succeed() self.succeed()
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