Commit cca34395 authored by Sebastien Robin's avatar Sebastien Robin

renamed setInitialCausalityValueList to setRootCausalityValueList


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6046 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0d2ffcec
...@@ -644,8 +644,8 @@ class Delivery(XMLObject, ImmobilisationDelivery): ...@@ -644,8 +644,8 @@ class Delivery(XMLObject, ImmobilisationDelivery):
# the order/delivery builder will be reviewed. It might # the order/delivery builder will be reviewed. It might
# be reviewed if we plan to configure movement groups in the zmi # be reviewed if we plan to configure movement groups in the zmi
security.declareProtected( Permissions.ModifyPortalContent, security.declareProtected( Permissions.ModifyPortalContent,
'setInitialCausalityValueList') 'setRootCausalityValueList')
def setInitialCausalityValueList(self): def setRootCausalityValueList(self):
""" """
This 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