[Erp5-report] r9074 - /erp5/trunk/products/ERP5/Document/BusinessTemplate.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Aug 7 17:08:28 CEST 2006


Author: chris
Date: Mon Aug  7 17:08:26 2006
New Revision: 9074

URL: http://svn.erp5.org?rev=9074&view=rev
Log:
- Removed workflow_history because it is date dependent

Modified:
    erp5/trunk/products/ERP5/Document/BusinessTemplate.py

Modified: erp5/trunk/products/ERP5/Document/BusinessTemplate.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/BusinessTemplate.py?rev=9074&r1=9073&r2=9074&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/BusinessTemplate.py (original)
+++ erp5/trunk/products/ERP5/Document/BusinessTemplate.py Mon Aug  7 17:08:26 2006
@@ -376,6 +376,8 @@
       obj.uid = None
     if hasattr(aq_base(obj), '_filepath'):
       obj._filepath = None
+    if hasattr(aq_base(obj), 'workflow_history'):
+      obj.workflow_history = None
     if getattr(obj, 'meta_type', None) == 'Script (Python)':
       if hasattr(aq_base(obj), '_code'):
         obj._code = None




More information about the Erp5-report mailing list