Commit 219fbaab authored by Sebastien Robin's avatar Sebastien Robin

add many lines with the same uid in the stock table, so give a parameter to catalogObjectList


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5001 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b21a8691
......@@ -115,7 +115,7 @@ class Inventory(Delivery):
self.portal_catalog.catalogObjectList(object_list)
self.portal_catalog.catalogObjectList(stock_object_list,
method_id_list=('z_catalog_stock_list',),
disable_cache=1)
disable_cache=1,allow_duplicate_uid=1)
security.declarePublic( 'recursiveReindexObject' )
def recursiveReindexObject(self, *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