From e23c2a049cc037f56e5037adf4eef4a7a34eddec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Mon, 15 Jun 2009 09:25:00 +0000 Subject: [PATCH] this is not needed git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27556 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/Document/BudgetTransaction.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/product/ERP5/Document/BudgetTransaction.py b/product/ERP5/Document/BudgetTransaction.py index 754850eefc..5cd0aed1a8 100644 --- a/product/ERP5/Document/BudgetTransaction.py +++ b/product/ERP5/Document/BudgetTransaction.py @@ -70,10 +70,3 @@ class BudgetTransaction(DeliveryLine): """ return 1 - security.declareProtected(Permissions.AccessContentsInformation, - 'getSimulationState') - def getSimulationState(self): - """ - Supersedes the DeliveryLine definition - """ - return self.portal_workflow.getInfoFor(self, 'simulation_state') -- 2.30.9