Commit b868fdf8 authored by Jérome Perrin's avatar Jérome Perrin

remove useless code


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43729 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bc6a2921
...@@ -687,17 +687,6 @@ class Delivery(XMLObject, ImmobilisationDelivery, ...@@ -687,17 +687,6 @@ class Delivery(XMLObject, ImmobilisationDelivery,
# kw['category'] = self._getMovementResourceList() # kw['category'] = self._getMovementResourceList()
# return self.portal_simulation.getAvailableInventoryAssetPrice(**kw) # 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 # Applied Rule stuff
@UnrestrictedMethod # XXX-JPS What is this ? @UnrestrictedMethod # XXX-JPS What is this ?
......
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