Commit f31c24fc authored by Sebastien Robin's avatar Sebastien Robin

reexpand sim movement after split


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5993 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 14231113
......@@ -76,4 +76,5 @@ class SplitAndDefer(CopyToTarget):
)
new_movement.activate(**self.additional_parameters).expand()
movement._v_activate_kw = self.activate_kw
movement.activate(**self.additional_parameters).expand()
CopyToTarget.solve(self, movement)
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