diff --git a/product/ERP5/Document/DeliveryRule.py b/product/ERP5/Document/DeliveryRule.py
index 5b0ac181474f90f98207a52e0c90eb83cafd2ff1..ee02bff289886f5ee3004d6a1594d791e171db74 100644
--- a/product/ERP5/Document/DeliveryRule.py
+++ b/product/ERP5/Document/DeliveryRule.py
@@ -123,6 +123,7 @@ class DeliveryRule(Rule):
               source_section=deliv_mvt.getSourceSection(),
               destination=deliv_mvt.getDestination(),
               destination_section=deliv_mvt.getDestinationSection(),
+              destination_function=deliv_mvt.getDestinationFunction(),
               start_date=deliv_mvt.getStartDate(),
               stop_date=deliv_mvt.getStopDate(),
 
@@ -151,6 +152,7 @@ class DeliveryRule(Rule):
                 source_section=deliv_mvt.getSourceSection(),
                 destination=deliv_mvt.getDestination(),
                 destination_section=deliv_mvt.getDestinationSection(),
+                destination_function=deliv_mvt.getDestinationFunction(),
                 start_date=deliv_mvt.getStartDate(),
                 stop_date=deliv_mvt.getStopDate(),
 
diff --git a/product/ERP5/Document/OrderRule.py b/product/ERP5/Document/OrderRule.py
index 691e3840aaaddc8772da912a9d05da61470c2778..46279610e03cfc29f254f4b3a2576458035f16e8 100644
--- a/product/ERP5/Document/OrderRule.py
+++ b/product/ERP5/Document/OrderRule.py
@@ -177,6 +177,7 @@ class OrderRule(DeliveryRule):
         'source_section',
         'destination',
         'destination_section',
+        'destination_function',
         'start_date',
         'stop_date',
         'resource',