[Erp5-report] r21658 - /erp5/trunk/products/ERP5/PropertySheet/TradeCondition.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jun 17 17:13:24 CEST 2008


Author: jerome
Date: Tue Jun 17 17:13:15 2008
New Revision: 21658

URL: http://svn.erp5.org?rev=21658&view=rev
Log:
generate payment_condition_source_payment_value and payment_condition_destination_payment_value accessors

Modified:
    erp5/trunk/products/ERP5/PropertySheet/TradeCondition.py

Modified: erp5/trunk/products/ERP5/PropertySheet/TradeCondition.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/TradeCondition.py?rev=21658&r1=21657&r2=21658&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/TradeCondition.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/TradeCondition.py Tue Jun 17 17:13:15 2008
@@ -57,8 +57,11 @@
                                      'payment_term', 'payment_additional_term',
                                      'payment_end_of_month', 'payment_date',
                                      'quantity', 'efficiency',
-                                     'source_payment', 'source_payment_title',
-                                     'destination_payment', 
+                                     'source_payment',
+                                     'source_payment_value',
+                                     'source_payment_title',
+                                     'destination_payment',
+                                     'destination_payment_value',
                                      'destination_payment_title',
                                    ),
           'mode'        : 'w' },




More information about the Erp5-report mailing list