From e969b97c4e486002f71f75097b167c791c5a2636 Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Wed, 23 Dec 2009 09:02:31 +0000 Subject: [PATCH] remove a garbage that was committed mistakenly. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31429 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/Document/SimulationMovement.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/product/ERP5/Document/SimulationMovement.py b/product/ERP5/Document/SimulationMovement.py index 304b30862d..8069009a85 100644 --- a/product/ERP5/Document/SimulationMovement.py +++ b/product/ERP5/Document/SimulationMovement.py @@ -359,8 +359,6 @@ class SimulationMovement(Movement, PropertyRecordableMixin): else: return False - getDeliverable = isDeliverable - # Simulation Dates - acquire target dates security.declareProtected( Permissions.AccessContentsInformation, 'getOrderStartDate') -- 2.30.9