[Erp5-report] r36973 luke - /erp5/trunk/products/ERP5/Interactor/RecursiveReindexInteractor.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jul 8 11:29:53 CEST 2010


Author: luke
Date: Thu Jul  8 11:29:41 2010
New Revision: 36973

URL: http://svn.erp5.org?rev=36973&view=rev
Log:
 - install interactor on ERP5.Document.TradeCondition.TradeCondition to have it working on subclasses of TradeCondition

Modified:
    erp5/trunk/products/ERP5/Interactor/RecursiveReindexInteractor.py

Modified: erp5/trunk/products/ERP5/Interactor/RecursiveReindexInteractor.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Interactor/RecursiveReindexInteractor.py?rev=36973&r1=36972&r2=36973&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Interactor/RecursiveReindexInteractor.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Interactor/RecursiveReindexInteractor.py [utf8] Thu Jul  8 11:29:41 2010
@@ -35,7 +35,7 @@ class RecursiveReindexInteractor(Interac
   subdocuments are modified.
   """
   def install(self):
-    from Products.ERP5Type.Document.TradeCondition import TradeCondition
+    from Products.ERP5.Document.TradeCondition import TradeCondition
     self.on(TradeCondition.reindexObject).doAfter(self.recursiveReindexObject)
 
   def recursiveReindexObject(self, method_call_object, *args, **kw):




More information about the Erp5-report mailing list