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

this is not needed


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27556 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cac60c34
...@@ -70,10 +70,3 @@ class BudgetTransaction(DeliveryLine): ...@@ -70,10 +70,3 @@ class BudgetTransaction(DeliveryLine):
""" """
return 1 return 1
security.declareProtected(Permissions.AccessContentsInformation,
'getSimulationState')
def getSimulationState(self):
"""
Supersedes the DeliveryLine definition
"""
return self.portal_workflow.getInfoFor(self, 'simulation_state')
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