Commit 25803de8 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

call solver_workflow's transition at the end of solve().


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31404 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7abb22e7
......@@ -85,3 +85,5 @@ class QuantitySplitSolver(SolverMixin, ConfigurableMixin, XMLObject):
stop_date = configuration_dict.get('stop_date', None)
if stop_date is not None:
new_movement._setStopDate(stop_date)
# Finish solving
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