Commit 640f0093 authored by Jérome Perrin's avatar Jérome Perrin

we don't use 'item_id_list'


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39014 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0e41e129
......@@ -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' )
......
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