Commit a11fcb4b authored by Lucas Carvalho's avatar Lucas Carvalho

Renamed a wrong method into bug_event_workflow.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22783 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 979d05c4
......@@ -96,7 +96,7 @@ if bug.getSourceTitle() is not None:\n
body += """ Requester: %s\n
Assignee: %s\n
Reporter: %s\n
""" % (bug.getDestinationDecisionTitle(\'\'), bug.getSourceTitle(\'\'),\n
""" % (bug.getDestinationTitle(\'\'), bug.getSourceTitle(\'\'),\n
bug.getSourceTradeTitle(\'\'))\n
\n
body += """ Link: %s\n
......
295
\ No newline at end of file
296
\ 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