Commit da32ea9a authored by Jérome Perrin's avatar Jérome Perrin

remove copy/paste docstring


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28658 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b4d26cc1
...@@ -132,10 +132,7 @@ class Event(EmailDocument, Movement, AcknowledgeableMixin): ...@@ -132,10 +132,7 @@ class Event(EmailDocument, Movement, AcknowledgeableMixin):
security.declareProtected(Permissions.AccessContentsInformation, security.declareProtected(Permissions.AccessContentsInformation,
'isAccountable') 'isAccountable')
def isAccountable(self): def isAccountable(self):
""" """Events are accountable
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
""" """
return 1 return 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment