[Erp5-report] r24998 - /erp5/trunk/products/ERP5Type/CopySupport.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jan 2 13:05:21 CET 2009


Author: nicolas
Date: Fri Jan  2 13:05:20 2009
New Revision: 24998

URL: http://svn.erp5.org?rev=24998&view=rev
Log:
These properties should be removed in Type Based Method

Modified:
    erp5/trunk/products/ERP5Type/CopySupport.py

Modified: erp5/trunk/products/ERP5Type/CopySupport.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/CopySupport.py?rev=24998&r1=24997&r2=24998&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/CopySupport.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/CopySupport.py [utf8] Fri Jan  2 13:05:20 2009
@@ -260,12 +260,6 @@
           l=local_role_dict.setdefault(userid, [])
           l.append('Owner')
 
-    # Clear the transaction references
-    if getattr(self_base, 'default_source_reference', None):
-      delattr(self_base, 'default_source_reference')
-    if getattr(self_base, 'default_destination_reference', None):
-      delattr(self_base, 'default_destination_reference')
-    
     # Clear the workflow history
     # XXX This need to be tested again
     if getattr(self_base, 'workflow_history', _marker) is not _marker:




More information about the Erp5-report mailing list