diff --git a/product/ERP5/Document/Delivery.py b/product/ERP5/Document/Delivery.py index 7b1adba0fcbd55685d86f36b211f7e5959e0b98d..9012cce956d2b4236bee76d2d5fd9645cf7e8246 100755 --- a/product/ERP5/Document/Delivery.py +++ b/product/ERP5/Document/Delivery.py @@ -644,8 +644,8 @@ class Delivery(XMLObject, ImmobilisationDelivery): # the order/delivery builder will be reviewed. It might # be reviewed if we plan to configure movement groups in the zmi security.declareProtected( Permissions.ModifyPortalContent, - 'setInitialCausalityValueList') - def setInitialCausalityValueList(self): + 'setRootCausalityValueList') + def setRootCausalityValueList(self): """ This """