Commit b7c413cc authored by Jérome Perrin's avatar Jérome Perrin

use simulation state title, not simulation state

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23021 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fb97c09b
...@@ -87,7 +87,7 @@ body += """\n ...@@ -87,7 +87,7 @@ body += """\n
Status: %s \n Status: %s \n
Reporter: %s\n Reporter: %s\n
Submitted Date: %s\n Submitted Date: %s\n
""" % (bug.getTitle(\'\'), bug.getSimulationState(), \n """ % (bug.getTitle(\'\'), bug.getSimulationStateTitle(), \n
bug.getSourceTradeTitle(\'\'), bug.getStartDate(\'\'))\n bug.getSourceTradeTitle(\'\'), bug.getStartDate(\'\'))\n
\n \n
if bug.getSourceTitle() is not None:\n if bug.getSourceTitle() is not None:\n
......
312 313
\ No newline at end of file \ No newline at end of file
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