diff --git a/product/ERP5/Document/Amount.py b/product/ERP5/Document/Amount.py
index 5986ea9b6bedec6c617ea8b3172c9e611dc9f555..6cf48ff59106071b057f3d9a8902bb0cc349595f 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')