Commit 41c01563 authored by Sebastien Robin's avatar Sebastien Robin

2008-09-30 Seb

* I used the wrong variable name for displaying the error message

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23911 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8f125bb8
......@@ -117,7 +117,7 @@ for task_line in task_line_list:\n
# This should not happens, so display an error message\n
raise ValueError, context.Base_translateString(\\\n
"This task should have a source : ${task_relative_url}",\n
mapping = {\'task_relative_url\': task.getRelativeUrl()})\n
mapping = {\'task_relative_url\': task_line.getRelativeUrl()})\n
source_title = task_line.getSourceTitle()\n
start_date_task = task_line.getStartDate()\n
stop_date_task = task_line.getStopDate()\n
......
610
\ No newline at end of file
611
\ 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