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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Sep 1 18:56:40 CEST 2009


Author: jerome
Date: Tue Sep  1 18:56:39 2009
New Revision: 28731

URL: http://svn.erp5.org?rev=28731&view=rev
Log:
- don't include \n in description.
- don't add useless +

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=28731&r1=28730&r2=28731&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/TradeCondition.py [utf8] (original)
+++ erp5/trunk/products/ERP5/PropertySheet/TradeCondition.py [utf8] Tue Sep  1 18:56:39 2009
@@ -36,17 +36,17 @@
 
   _properties = (
         {   'id'          : 'source_decision_destination_reference',
-            'description' : 'The reference of the source_decision for'+
+            'description' : 'The reference of the source_decision for'
                             ' default destination',
             'type'        : 'string',
             'mode'        : 'w' },
         {   'id'          : 'calculation_script_id',
-            'description' : 'If no script found on Trade Model Lines, this\
-                script is used to do localised calculs',
+            'description' : 'If no script found on Trade Model Lines, this'
+                             ' script is used to do localised calculs',
             'type'        : 'string',
             'mode'        : 'w' },
         {   'id'          : 'destination_decision_source_reference',
-            'description' : 'The reference of the destination_decision'+
+            'description' : 'The reference of the destination_decision'
                             ' for default source',
             'type'        : 'string',
             'mode'        : 'w' },




More information about the Erp5-report mailing list