[Erp5-report] r42727 nicolas.dumazet - /erp5/trunk/products/ERP5/Interactor/

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jan 28 09:20:41 CET 2011


Author: nicolas.dumazet
Date: Fri Jan 28 09:20:41 2011
New Revision: 42727

URL: http://svn.erp5.org?rev=42727&view=rev
Log:
correct comment

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

Modified: erp5/trunk/products/ERP5/Interactor/InventoryInteractor.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Interactor/InventoryInteractor.py?rev=42727&r1=42726&r2=42727&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Interactor/InventoryInteractor.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Interactor/InventoryInteractor.py [utf8] Fri Jan 28 09:20:41 2011
@@ -41,7 +41,7 @@ class InventoryInteractor(Interactor):
 
   def reindexInventory(self, method_call_object, *args, **kw):
     """
-      Reset _aq_dynamic
+      Reindex inventory
     """
     inventory = method_call_object.instance.getRootDeliveryValue()
     # No need to reindex recursively, so we call _reindexObject() not



More information about the Erp5-report mailing list