Commit 1dde4b25 authored by Nicolas Delaby's avatar Nicolas Delaby

typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23351 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent afab3809
......@@ -71,10 +71,10 @@
bug = bug_message.getParentValue()\n
body = """\n
Bug : %s\n
Status : %s \n
Status : %s\n
Date : %s\n
Link : %s/view\n
""" % (bug.getTitle(\'\'), bug.getSimulationStateTitle(), \n
""" % (bug.getTitle(\'\'), bug.getSimulationStateTitle(),\n
bug.getStartDate(\'\'), bug.getAbsoluteUrl())\n
\n
if bug.getSourceTitle() is not None:\n
......@@ -92,8 +92,8 @@ if bug.getSourceProjectTitle() is not None:\n
body += """ Assigned Project : %s\n
""" % bug.getSourceProjectTitle()\n
\n
body += """ \n
Description: \n
body += """\n
Description:\n
\n
%s\n
\n
......@@ -101,7 +101,7 @@ body += """ \n
\n
body += """ Messages :\n
"""\n
# Messages Information \n
# Messages Information\n
simulation_state = (\'delivered\', \'started\')\n
bug_message_list = [bug_message]\n
lines_list = bug.searchFolder(portal_type=\'Bug Line\', sort_on=(("id", "DESC"),),\n
......@@ -113,7 +113,7 @@ for message in bug_message_list:\n
body += """\n
++++++ Message #%s submitted by %s on %s ++++++\n
%s\n
""" % (message_count, bug_message.getSourceTitle(\'\'), \n
""" % (message_count, bug_message.getSourceTitle(\'\'),\n
message.getStartDate(), message.getTextContent(\'\') )\n
\n
recipient_list = bug_message.BugLine_getRecipientValueList()\n
......
336
\ No newline at end of file
338
\ 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