[Erp5-report] r25465 - /erp5/trunk/products/ERP5/PropertySheet/DefaultAnnotationLine.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Feb 5 17:53:07 CET 2009


Author: fabien
Date: Thu Feb  5 17:53:06 2009
New Revision: 25465

URL: http://svn.erp5.org?rev=25465&view=rev
Log:
typo : remove spaces

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

Modified: erp5/trunk/products/ERP5/PropertySheet/DefaultAnnotationLine.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/DefaultAnnotationLine.py?rev=25465&r1=25464&r2=25465&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/DefaultAnnotationLine.py [utf8] (original)
+++ erp5/trunk/products/ERP5/PropertySheet/DefaultAnnotationLine.py [utf8] Thu Feb  5 17:53:06 2009
@@ -39,12 +39,12 @@
       'type'        : 'content',
       'portal_type' : ('Annotation Line',),
       'acquired_property_id'      : ('source_section', 'source_section_title',
-                                     'source_section_uid', 
+                                     'source_section_uid',
                                      'destination_section',
                                      'destination_section_uid',
                                      'destination_section_title',
                                      'resource_uid',
-                                     'resource_title', 'quantity', 
+                                     'resource_title', 'quantity',
                                      'quantity_unit', 'quantity_unit_title'),
       'mode'        : 'w' },
     { 'id'          : 'overtime_annotation_line',
@@ -53,12 +53,12 @@
       'type'        : 'content',
       'portal_type' : ('Annotation Line',),
       'acquired_property_id'      : ('source_section', 'source_section_title',
-                                     'source_section_uid', 
+                                     'source_section_uid',
                                      'destination_section',
                                      'destination_section_uid',
                                      'destination_section_title',
                                      'resource_uid',
-                                     'resource_title', 'quantity', 
+                                     'resource_title', 'quantity',
                                      'quantity_unit', 'quantity_unit_title'),
       'mode'        : 'w' },
     { 'id'          : 'social_insurance_annotation_line',
@@ -68,12 +68,12 @@
       'type'        : 'content',
       'portal_type' : ('Annotation Line',),
       'acquired_property_id'      : ('source', 'source_title',
-                                     'source_uid', 
+                                     'source_uid',
                                      'destination',
                                      'destination_uid',
                                      'destination_title',
                                      'resource_uid',
-                                     'resource_title', 'quantity', 
+                                     'resource_title', 'quantity',
                                      'quantity_unit', 'quantity_unit_title'),
       'mode'        : 'w' },
    )




More information about the Erp5-report mailing list