From fa3114e77e9972787af90cecfd8e0a4c417d7f92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Thu, 16 Jul 2009 16:09:26 +0000 Subject: [PATCH] - typo git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28101 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/interfaces/business_path.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5/interfaces/business_path.py b/product/ERP5/interfaces/business_path.py index 597dbce690..d10daf1311 100644 --- a/product/ERP5/interfaces/business_path.py +++ b/product/ERP5/interfaces/business_path.py @@ -64,7 +64,7 @@ class IBusinessPath(IBusinessCompletable, IBusinessBuildable): process or is related to build of one paths """ - def isMovementRelatedWithMovement(movement_value_a, movement_value_b) + def isMovementRelatedWithMovement(movement_value_a, movement_value_b): """Checks if self is parent or children to movement_value This logic is Business Process specific for Simulation Movements, as -- 2.30.9