From 181ebe5df27cd0c0dbc1884d7f579f64c390579e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Fri, 10 Jul 2009 07:41:09 +0000
Subject: [PATCH]  - follow method name change

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28048 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/Document/BusinessState.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5/Document/BusinessState.py b/product/ERP5/Document/BusinessState.py
index 5ba7b8b011..cfe9923dfe 100644
--- a/product/ERP5/Document/BusinessState.py
+++ b/product/ERP5/Document/BusinessState.py
@@ -170,7 +170,7 @@ class BusinessState(XMLObject):
     for path in self.getPredecessorRelatedValueList():
       # XXX When no simulations related to path, what should path.isCompleted return?
       #     if True we don't have way to add remaining trade phases to new movement
-      if not (path._getRelatedSimulationMovementList(explanation) and
+      if not (path._getRelatedSimulationMovementValueList(explanation) and
               path.isCompleted(explanation)):
         remaining_trade_phase_list += path.getTradePhaseValueList()
 
-- 
2.30.9