Commit a61c820c authored by Jérome Perrin's avatar Jérome Perrin

isFrozen has been removed on movement, in r36056


git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37527 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ffe8dbd4
......@@ -509,9 +509,6 @@ class Movement(XMLObject, Amount, CompositionMixin, AmountGeneratorMixin):
return divergence_list
security.declareProtected(Permissions.AccessContentsInformation,
'isFrozen')
security.declareProtected( Permissions.AccessContentsInformation,
'getExplanation')
def getExplanation(self):
......
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