From da32ea9aa67f5124b4cc7ca66e2a40e64e989367 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Thu, 27 Aug 2009 12:58:50 +0000 Subject: [PATCH] remove copy/paste docstring git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28658 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/Document/Event.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/product/ERP5/Document/Event.py b/product/ERP5/Document/Event.py index 5ac30b3612..19cc194280 100644 --- a/product/ERP5/Document/Event.py +++ b/product/ERP5/Document/Event.py @@ -132,10 +132,7 @@ class Event(EmailDocument, Movement, AcknowledgeableMixin): security.declareProtected(Permissions.AccessContentsInformation, 'isAccountable') def isAccountable(self): - """ - Returns 1 if this needs to be accounted - Only account movements which are not associated to a delivery - Whenever delivery is there, delivery has priority + """Events are accountable """ return 1 -- 2.30.9