[Erp5-report] r39014 jerome - /erp5/trunk/products/ERP5/Document/DeliveryLine.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Oct 11 11:00:32 CEST 2010


Author: jerome
Date: Mon Oct 11 11:00:24 2010
New Revision: 39014

URL: http://svn.erp5.org?rev=39014&view=rev
Log:
we don't use 'item_id_list'

Modified:
    erp5/trunk/products/ERP5/Document/DeliveryLine.py

Modified: erp5/trunk/products/ERP5/Document/DeliveryLine.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/DeliveryLine.py?rev=39014&r1=39013&r2=39014&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/DeliveryLine.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/DeliveryLine.py [utf8] Mon Oct 11 11:00:24 2010
@@ -95,9 +95,6 @@ class DeliveryLine(Movement, XMLObject, 
         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' )




More information about the Erp5-report mailing list