[Erp5-report] r23973 - /erp5/trunk/products/CMFActivity/ActiveProcess.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Oct 2 14:03:57 CEST 2008
Author: thibaut
Date: Thu Oct 2 14:03:47 2008
New Revision: 23973
URL: http://svn.erp5.org?rev=23973&view=rev
Log:
overload method getCreationDate
Modified:
erp5/trunk/products/CMFActivity/ActiveProcess.py
Modified: erp5/trunk/products/CMFActivity/ActiveProcess.py
URL: http://svn.erp5.org/erp5/trunk/products/CMFActivity/ActiveProcess.py?rev=23973&r1=23972&r2=23973&view=diff
==============================================================================
--- erp5/trunk/products/CMFActivity/ActiveProcess.py (original)
+++ erp5/trunk/products/CMFActivity/ActiveProcess.py Thu Oct 2 14:03:47 2008
@@ -155,7 +155,7 @@
"""
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
More information about the Erp5-report
mailing list