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):
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
......
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