Commit 3750c1df authored by Sebastien Robin's avatar Sebastien Robin

do not use predicate_value


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2322 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7c7f87b8
......@@ -313,8 +313,8 @@ Une ligne tarifaire."""
c = self.newCell(*k, **kwd)
c.edit( domain_base_category_list = self.getVariationBaseCategoryList(),
mapped_value_property_list = ('target_quantity', 'quantity', 'price',),
predicate_operator = 'SUPERSET_OF',
predicate_value = filter(lambda k_item: k_item is not None, k),
#predicate_operator = 'SUPERSET_OF',
membership_criterion_category = filter(lambda k_item: k_item is not None, k),
variation_category_list = filter(lambda k_item: k_item is not None, k),
force_update = 1
) # Make sure we do not take aquisition into account
......
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