Commit 2f9aa0d1 authored by Jean-Paul Smets's avatar Jean-Paul Smets

forward base and display_id params in getCategoryItemList


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1154 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3a7d6211
......@@ -130,7 +130,7 @@ class Amount(Base, Variated):
base_category_list, display_id=display_id, base=base, current_category=current_category)
except:
# FIXME: method_name vs. method_id, current_category vs. start_with_empty, etc. -yo
return self.portal_categories.getCategoryChildItemList()
return self.portal_categories.getCategoryChildItemList(base=base, display_id=display_id)
security.declareProtected(Permissions.AccessContentsInformation,
'getVariationRangeCategoryList')
......
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