Commit 0b33a57b authored by Aurel's avatar Aurel

forward parameters to reindex


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15603 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 053ca9dc
......@@ -121,4 +121,4 @@ class InventoryCell(DeliveryCell):
"""
Make sure to reindex the inventory
"""
self.getParentValue().reindexObject()
self.getParentValue().reindexObject(*args, **kw)
......@@ -142,5 +142,5 @@ class InventoryLine(DeliveryLine):
"""
Make sure to reindex the inventory
"""
self.getParentValue().recursiveReindexObject()
self.getParentValue().recursiveReindexObject(*args, **kw)
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