Commit 2769a2b4 authored by Sebastien Robin's avatar Sebastien Robin

revert a change of variable name made by mistake

git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@34872 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 95cab232
...@@ -113,7 +113,7 @@ class BusinessProcess(Path, XMLObject): ...@@ -113,7 +113,7 @@ class BusinessProcess(Path, XMLObject):
""" """
True if all states are completed True if all states are completed
""" """
for path in self.getStateValueList(): for state in self.getStateValueList():
if not state.isCompleted(explanation): if not state.isCompleted(explanation):
return False return False
return True return True
......
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