Commit 284fb3c0 authored by Sebastien Robin's avatar Sebastien Robin

added some comment

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11924 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9a6e43fc
...@@ -64,6 +64,9 @@ class CashInventory(Inventory, BankingOperation): ...@@ -64,6 +64,9 @@ class CashInventory(Inventory, BankingOperation):
def alternateReindexObject(self, **kw): def alternateReindexObject(self, **kw):
"""This method is called when an inventory object is included in a """This method is called when an inventory object is included in a
group of catalogged objects. 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 from Products.ERP5Type.Document import newTempCashDeliveryLine
temp_constructor = newTempCashDeliveryLine temp_constructor = newTempCashDeliveryLine
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment