From 2f9aa0d1e7ce4a81fe3388611d0601fc843a1839 Mon Sep 17 00:00:00 2001 From: Jean-Paul Smets <jp@nexedi.com> Date: Mon, 12 Jul 2004 15:40:49 +0000 Subject: [PATCH] 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 --- product/ERP5/Document/Amount.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5/Document/Amount.py b/product/ERP5/Document/Amount.py index 5986ea9b6b..6cf48ff591 100755 --- a/product/ERP5/Document/Amount.py +++ b/product/ERP5/Document/Amount.py @@ -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') -- 2.30.9