Commit 0aa20a6e authored by Sebastien Robin's avatar Sebastien Robin

pass activate_kw parameter


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4214 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 01bf21de
......@@ -71,6 +71,8 @@ class SplitAndDefer(CopyToTarget):
destination = movement.getDestination(),
source_section = movement.getSourceSection(),
destination_section = movement.getDestinationSection(),
activate_kw=self.activate_kw,
**self.additional_parameters
)
movement._v_activate_kw = self.activate_kw
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