[Erp5-report] r25011 - /erp5/trunk/products/ERP5/Document/AccountingTransaction.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jan 5 13:44:34 CET 2009


Author: nicolas
Date: Mon Jan  5 13:44:28 2009
New Revision: 25011

URL: http://svn.erp5.org?rev=25011&view=rev
Log:
revert 25010

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

Modified: erp5/trunk/products/ERP5/Document/AccountingTransaction.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/AccountingTransaction.py?rev=25011&r1=25010&r2=25011&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/AccountingTransaction.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/AccountingTransaction.py [utf8] Mon Jan  5 13:44:28 2009
@@ -114,14 +114,6 @@
           text_list.append(str(prop))
       return ' '.join(text_list)
 
-    def manage_afterClone(self, transaction):
-        Delivery.manage_afterClone(self, transaction)
-        #Clean some properties
-        if getattr(aq_base(self), 'source_reference', None) is not None:
-          delattr(self, 'source_reference')
-        if getattr(aq_base(self), 'destination_reference', None) is not None:
-          delattr(self, 'destination_reference')
-
 # Compatibility
 # It may be necessary to create an alias after removing the Transaction class
 # Products.ERP5Type.Document.Transaction = AccountingTransaction




More information about the Erp5-report mailing list