[Erp5-report] r27464 - /erp5/trunk/products/ERP5/Document/PaySheetModel.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jun 9 12:56:36 CEST 2009


Author: fabien
Date: Tue Jun  9 12:56:35 2009
New Revision: 27464

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

Modified:
    erp5/trunk/products/ERP5/Document/PaySheetModel.py

Modified: erp5/trunk/products/ERP5/Document/PaySheetModel.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/PaySheetModel.py?rev=27464&r1=27463&r2=27464&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/PaySheetModel.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/PaySheetModel.py [utf8] Tue Jun  9 12:56:35 2009
@@ -41,7 +41,7 @@
 class PaySheetModel(TradeCondition, XMLMatrix, Delivery):
   """A PaySheetModel defines calculation rules for paysheets.
 
-    PaySheetModel are used to define calculating rules specific to a 
+    PaySheetModel are used to define calculating rules specific to a
     date, a convention, a group of employees ...
     The class inherit from Delivery, because it contains movements.
   """
@@ -115,7 +115,7 @@
       if keep:
         reference_dict[obj.getProperty('reference', obj.getId())] = obj.getId()
     return reference_dict
-  
+
   security.declareProtected(Permissions.AccessContentsInformation,
       'findEffectiveSpecialiseValueList')
   def findEffectiveSpecialiseValueList(self, start_date=None, stop_date=None):
@@ -135,7 +135,7 @@
       property_list=()):
     '''Returns a dict with the model url as key and a list of reference as
     value. Normaly, a Reference appear only one time in the final output.
-    It uses Breadth First Search. 
+    It uses Breadth First Search.
     If property_list is not empty, documents for which all properties in
     property_list are false will be skipped.
     '''




More information about the Erp5-report mailing list