Commit 88bf8fb0 authored by Łukasz Nowak's avatar Łukasz Nowak

- fix log to fir into one line and make it nicer


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28066 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e3353b0a
...@@ -514,8 +514,8 @@ class Movement(XMLObject, Amount): ...@@ -514,8 +514,8 @@ class Movement(XMLObject, Amount):
return 1 return 1
else: else:
# conditional BPM enabled frozen state check # conditional BPM enabled frozen state check
LOG("Movement.isFrozen", WARNING, "%s is using BPM experimental \ LOG("Movement.isFrozen", WARNING, "%s is using BPM experimental "
evaluation" % self.getPath()) "evaluation" % self.getPath())
# BPM dynamic configuration # BPM dynamic configuration
if self.getSimulationState() in business_path.getFrozenStateList(): if self.getSimulationState() in business_path.getFrozenStateList():
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