From 3750c1dfeadd1c0ba93a6cab9034f9e5fe7cc99d Mon Sep 17 00:00:00 2001 From: Sebastien Robin <seb@nexedi.com> Date: Fri, 28 Jan 2005 12:06:36 +0000 Subject: [PATCH] do not use predicate_value git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2322 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/Document/DeliveryLine.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product/ERP5/Document/DeliveryLine.py b/product/ERP5/Document/DeliveryLine.py index b0a9b79e42..f5f1ae0930 100755 --- a/product/ERP5/Document/DeliveryLine.py +++ b/product/ERP5/Document/DeliveryLine.py @@ -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 -- 2.30.9