diff --git a/product/ERP5/TargetSolver/SplitAndDefer.py b/product/ERP5/TargetSolver/SplitAndDefer.py
index 421969c2ddc714e8fe57451cb94913e83323b78d..4c12fb2657bc9e962dc29c2a490124caad62f1a5 100755
--- a/product/ERP5/TargetSolver/SplitAndDefer.py
+++ b/product/ERP5/TargetSolver/SplitAndDefer.py
@@ -71,5 +71,6 @@ class SplitAndDefer(CopyToTarget):
                         destination = movement.getDestination(),
                         source_section = movement.getSourceSection(),
                         destination_section = movement.getDestinationSection(),
+                        **self.additional_parameters
       )
     CopyToTarget.solve(self, movement)