From 284fb3c0302d2052628cb6e4d40d8a2ac397b36f Mon Sep 17 00:00:00 2001
From: Sebastien Robin <seb@nexedi.com>
Date: Mon, 8 Jan 2007 13:17:58 +0000
Subject: [PATCH] added some comment

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11924 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Banking/Document/CashInventory.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/product/ERP5Banking/Document/CashInventory.py b/product/ERP5Banking/Document/CashInventory.py
index 5d56f9fa14..3fed43596f 100644
--- a/product/ERP5Banking/Document/CashInventory.py
+++ b/product/ERP5Banking/Document/CashInventory.py
@@ -64,6 +64,9 @@ class CashInventory(Inventory, BankingOperation):
     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
-- 
2.30.9