Commit 97d80417 authored by Guillaume Michon's avatar Guillaume Michon

Fixed a security declaration


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2441 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 60ee64c0
......@@ -271,7 +271,7 @@ an accounting immobilisation (in order to amortise an object)
return None
security.declareProtected(Permissions.View, 'checkConsistency')
security.declareProtected(Permissions.View, 'checkImmobilisationConsistency')
def checkImmobilisationConsistency(self, *args, **kw):
"""
Checks the consistency about immobilisation values
......
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