From 640f009379d8066d11f886dfde10a9975ae24c17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Mon, 11 Oct 2010 09:00:24 +0000 Subject: [PATCH] we don't use 'item_id_list' git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39014 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/Document/DeliveryLine.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/product/ERP5/Document/DeliveryLine.py b/product/ERP5/Document/DeliveryLine.py index e9ffe445fd..b0b84f5caa 100644 --- a/product/ERP5/Document/DeliveryLine.py +++ b/product/ERP5/Document/DeliveryLine.py @@ -95,9 +95,6 @@ class DeliveryLine(Movement, XMLObject, XMLMatrix, Variated, self._setVariationCategoryList( kw['variation_category_list'] ) Movement._edit(self, REQUEST=REQUEST, force_update = force_update, **kw) - # This one must be the last - if kw.has_key('item_id_list'): - self._setItemIdList( kw['item_id_list'] ) # We must check if the user has changed the resource of particular line security.declareProtected( Permissions.ModifyPortalContent, 'edit' ) -- 2.30.9