Commit 48c651c5 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

call expand() after accepting divergence to propagate the change.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31676 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 28f7e07d
...@@ -84,5 +84,6 @@ class AcceptSolver(SolverMixin, ConfigurableMixin, XMLObject): ...@@ -84,5 +84,6 @@ class AcceptSolver(SolverMixin, ConfigurableMixin, XMLObject):
new_value * simulation_movement.getDeliveryRatio()) new_value * simulation_movement.getDeliveryRatio())
else: else:
simulation_movement.setProperty(solved_property, new_value) simulation_movement.setProperty(solved_property, new_value)
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