diff --git a/product/ERP5/Document/OrderLine.py b/product/ERP5/Document/OrderLine.py index c56a67a6e5e664a6b21c5ab56c3293c63e2455fa..91d1575e3214961e17036c82f5cb5107d9c08f76 100755 --- a/product/ERP5/Document/OrderLine.py +++ b/product/ERP5/Document/OrderLine.py @@ -61,19 +61,6 @@ class OrderLine(DeliveryLine): # Declarative interfaces __implements__ = ( Interface.Variated, ) - security.declarePrivate( '_edit' ) - def _edit(self, REQUEST=None, force_update = 0, **kw): - DeliveryLine._edit(self, REQUEST=REQUEST, force_update = force_update, **kw) - # We must expand our applied rule if needed - self.updateAppliedRule() # Actually called on parent - -# security.declarePrivate('_checkConsistency') -# def _checkConsistency(self, fixit=0, mapped_value_property_list = ('quantity', 'price')): -# """ -# Check the constitency of transformation elements -# """ -# return DeliveryLine._checkConsistency(self, fixit=fixit, mapped_value_property_list=mapped_value_property_list) -# def applyToOrderLineRelatedMovement(self, portal_type='Simulation Movement', method_id = 'expand'): """ Warning: does not work if it was not catalogued immediately