[Erp5-report] r23891 - in /erp5/trunk/products/ERP5/Document: DeliveryRule.py OrderRule.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Sep 29 14:31:23 CEST 2008


Author: fabrice
Date: Mon Sep 29 14:31:15 2008
New Revision: 23891

URL: http://svn.erp5.org?rev=23891&view=rev
Log:
Add destination_function in the expandable categories

Modified:
    erp5/trunk/products/ERP5/Document/DeliveryRule.py
    erp5/trunk/products/ERP5/Document/OrderRule.py

Modified: erp5/trunk/products/ERP5/Document/DeliveryRule.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/DeliveryRule.py?rev=23891&r1=23890&r2=23891&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/DeliveryRule.py (original)
+++ erp5/trunk/products/ERP5/Document/DeliveryRule.py Mon Sep 29 14:31:15 2008
@@ -123,6 +123,7 @@
               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 @@
                 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(),
 

Modified: erp5/trunk/products/ERP5/Document/OrderRule.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/OrderRule.py?rev=23891&r1=23890&r2=23891&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/OrderRule.py (original)
+++ erp5/trunk/products/ERP5/Document/OrderRule.py Mon Sep 29 14:31:15 2008
@@ -177,6 +177,7 @@
         'source_section',
         'destination',
         'destination_section',
+        'destination_function',
         'start_date',
         'stop_date',
         'resource',




More information about the Erp5-report mailing list