[Erp5-report] r11924 - /erp5/trunk/products/ERP5Banking/Document/CashInventory.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Jan 8 14:18:00 CET 2007
Author: seb
Date: Mon Jan 8 14:17:58 2007
New Revision: 11924
URL: http://svn.erp5.org?rev=11924&view=rev
Log:
added some comment
Modified:
erp5/trunk/products/ERP5Banking/Document/CashInventory.py
Modified: erp5/trunk/products/ERP5Banking/Document/CashInventory.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/Document/CashInventory.py?rev=11924&r1=11923&r2=11924&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/Document/CashInventory.py (original)
+++ erp5/trunk/products/ERP5Banking/Document/CashInventory.py Mon Jan 8 14:17:58 2007
@@ -64,6 +64,9 @@
def alternateReindexObject(self, **kw):
"""This method is called when an inventory object is included in a
group of catalogged objects.
+
+ Here we use TempCashDeliveryLine class so that methods specific to
+ banking application will work, like getBaobabVariationText
"""
from Products.ERP5Type.Document import newTempCashDeliveryLine
temp_constructor = newTempCashDeliveryLine
More information about the Erp5-report
mailing list