Commit 6e5e9cf4 authored by Fabien Morin's avatar Fabien Morin

add XXX


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27417 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 115f7e69
......@@ -199,7 +199,7 @@ class TradeModelLine(Predicate, XMLMatrix, Amount):
# check if slices are used
salary_range_list = tmp_movement.getVariationCategoryList(\
base_category_list='salary_range')
base_category_list='salary_range') #XXX hardcoded values
salary_range = len(salary_range_list) and salary_range_list[0] or None
if salary_range is not None:
# we use slice
......
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