Commit 6e66ee69 authored by Jérome Perrin's avatar Jérome Perrin

security declaration used a wrong method name


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9220 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ed44c60d
......@@ -365,7 +365,7 @@ class Amount(Base, Variated):
pass
security.declareProtected(Permissions.AccessContentsInformation, 'getTotalBasePrice')
security.declareProtected(Permissions.AccessContentsInformation, 'getTotalPrice')
def getTotalPrice(self):
"""
Return total price for the number of items
......
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