Commit 181ebe5d authored by Łukasz Nowak's avatar Łukasz Nowak

- follow method name change


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28048 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 941a1c74
......@@ -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()
......
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