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

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jan 21 17:17:56 CET 2009


Author: jerome
Date: Wed Jan 21 17:17:54 2009
New Revision: 25238

URL: http://svn.erp5.org?rev=25238&view=rev
Log:
copy order's movement description in simulation movement

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

Modified: erp5/trunk/products/ERP5/Document/InvoicingRule.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/InvoicingRule.py?rev=25238&r1=25237&r2=25238&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/InvoicingRule.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/InvoicingRule.py [utf8] Wed Jan 21 17:17:54 2009
@@ -104,6 +104,7 @@
         'destination_payment': context_movement.getDestinationPayment(),
         'start_date': context_movement.getStartDate(),
         'stop_date': context_movement.getStopDate(),
+        'description': context_movement.getDescription(''),
         'resource': context_movement.getResource(),
         'variation_category_list': context_movement.getVariationCategoryList(),
         'variation_property_dict':

Modified: erp5/trunk/products/ERP5/Document/OrderRule.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/OrderRule.py?rev=25238&r1=25237&r2=25238&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/OrderRule.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/OrderRule.py [utf8] Wed Jan 21 17:17:54 2009
@@ -181,6 +181,7 @@
         'destination_function',
         'start_date',
         'stop_date',
+        'description',
         'resource',
         'variation_category_list',
         'variation_property_dict',




More information about the Erp5-report mailing list