[Erp5-report] r43729 jerome - /erp5/trunk/products/ERP5/Document/Delivery.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Feb 25 12:06:56 CET 2011


Author: jerome
Date: Fri Feb 25 12:06:56 2011
New Revision: 43729

URL: http://svn.erp5.org?rev=43729&view=rev
Log:
remove useless code

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

Modified: erp5/trunk/products/ERP5/Document/Delivery.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Delivery.py?rev=43729&r1=43728&r2=43729&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Delivery.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/Delivery.py [utf8] Fri Feb 25 12:06:56 2011
@@ -687,17 +687,6 @@ class Delivery(XMLObject, Immobilisation
 #       kw['category'] = self._getMovementResourceList()
 #       return self.portal_simulation.getAvailableInventoryAssetPrice(**kw)
 
-    security.declarePrivate( '_edit' )
-    def _edit(self, REQUEST=None, force_update = 0, **kw):
-      """
-      call propagateArrowToSimulation
-      """
-      XMLObject._edit(self,REQUEST=REQUEST,force_update=force_update,**kw)
-      #self.propagateArrowToSimulation()
-      # We must expand our applied rule only if not confirmed
-      #if self.getSimulationState() in planned_order_state:
-      #  self.updateAppliedRule() # This should be implemented with the interaction tool rather than with this hard coding
-
     ##########################################################################
     # Applied Rule stuff
     @UnrestrictedMethod # XXX-JPS What is this ?



More information about the Erp5-report mailing list