diff --git a/product/ERP5/Document/DeliveryRule.py b/product/ERP5/Document/DeliveryRule.py
index 9a51374403eee3c20968814eafa85b7f19a1c548..eb5e3b9929bf65302876abd415d34cb265b760a3 100644
--- a/product/ERP5/Document/DeliveryRule.py
+++ b/product/ERP5/Document/DeliveryRule.py
@@ -115,10 +115,18 @@ class DeliveryRule(Rule):
               source_section=deliv_mvt.getSourceSection(),
               source_function=deliv_mvt.getSourceFunction(),
               source_account=deliv_mvt.getSourceAccount(),
+              source_administration=deliv_mvt.getSourceAdministration(),
+              source_decision=deliv_mvt.getSourceDecision(),
+              source_project=deliv_mvt.getSourceProject(),
+              source_payment=deliv_mvt.getSourcePayment(),
               destination=deliv_mvt.getDestination(),
               destination_section=deliv_mvt.getDestinationSection(),
               destination_function=deliv_mvt.getDestinationFunction(),
               destination_account=deliv_mvt.getDestinationAccount(),
+              destination_administration=deliv_mvt.getDestinationAdministration(),
+              destination_decision=deliv_mvt.getDestinationDecision(),
+              destination_project=deliv_mvt.getDestinationProject(),
+              destination_payment=deliv_mvt.getDestinationPayment(),
               start_date=deliv_mvt.getStartDate(),
               stop_date=deliv_mvt.getStopDate(),
 
@@ -151,10 +159,18 @@ class DeliveryRule(Rule):
                 source_section=deliv_mvt.getSourceSection(),
                 source_function=deliv_mvt.getSourceFunction(),
                 source_account=deliv_mvt.getSourceAccount(),
+                source_administration=deliv_mvt.getSourceAdministration(),
+                source_decision=deliv_mvt.getSourceDecision(),
+                source_project=deliv_mvt.getSourceProject(),
+                source_payment=deliv_mvt.getSourcePayment(),
                 destination=deliv_mvt.getDestination(),
                 destination_section=deliv_mvt.getDestinationSection(),
                 destination_function=deliv_mvt.getDestinationFunction(),
                 destination_account=deliv_mvt.getDestinationAccount(),
+                destination_administration=deliv_mvt.getDestinationAdministration(),
+                destination_decision=deliv_mvt.getDestinationDecision(),
+                destination_project=deliv_mvt.getDestinationProject(),
+                destination_payment=deliv_mvt.getDestinationPayment(),
                 start_date=deliv_mvt.getStartDate(),
                 stop_date=deliv_mvt.getStopDate(),