Commit 8fb63e77 authored by Jérome Perrin's avatar Jérome Perrin

fix bad security declaration on getRootCausalityValueList

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6320 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b60e1208
......@@ -439,7 +439,7 @@ class Movement(XMLObject, Amount):
return self.getDeliveryValue()
security.declareProtected( Permissions.AccessContentsInformation,
'getInitialCausalityValueList')
'getRootCausalityValueList')
def getRootCausalityValueList(self):
"""
Returns the initial causality value for this movement.
......
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