From de7816ff7056d4aca235a14056a825e1bc4c9b5b Mon Sep 17 00:00:00 2001 From: Fabien Morin <fabien@nexedi.com> Date: Tue, 9 Jun 2009 10:56:35 +0000 Subject: [PATCH] remove unused spaces git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27464 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/Document/PaySheetModel.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/product/ERP5/Document/PaySheetModel.py b/product/ERP5/Document/PaySheetModel.py index 326a5c89b8..1617463aa0 100644 --- a/product/ERP5/Document/PaySheetModel.py +++ b/product/ERP5/Document/PaySheetModel.py @@ -41,7 +41,7 @@ from zLOG import LOG 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 @@ class PaySheetModel(TradeCondition, XMLMatrix, Delivery): 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 @@ class PaySheetModel(TradeCondition, XMLMatrix, Delivery): 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. ''' -- 2.30.9