Commit 092c5378 authored by Thibaut Deheunynck's avatar Thibaut Deheunynck

overload method getCreationDate

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23973 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 964e9c75
......@@ -155,7 +155,7 @@ class ActiveProcess(Base):
"""
return self.hasActivity(processing_node = VALIDATE_ERROR_STATE)
def CreationDate(self):
def getCreationDate(self):
"""
Define a Creation Date for an active process
thanks to the start date
......
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