From: miker Date: Wed, 31 Oct 2007 04:00:48 +0000 (+0000) Subject: adjustments to improved reporter email templates X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=597bbf956bb1f976abcc0c9162ab32a4158199e7;p=Evergreen.git adjustments to improved reporter email templates git-svn-id: svn://svn.open-ils.org/ILS/trunk@7950 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/reporter/report_failure.tmpl b/Open-ILS/src/reporter/report_failure.tmpl index b55dd240da..85679bce4f 100644 --- a/Open-ILS/src/reporter/report_failure.tmpl +++ b/Open-ILS/src/reporter/report_failure.tmpl @@ -1,10 +1,16 @@ To: {TO} From: {FROM} -Reply-To: {REPLY-TO} +Reply-To: {REPLY_TO} Subject: Report finished: "{REPORT_NAME}" -At {RUN_TIME} the report "{REPORT_NAME}" finished running with a complete -time of {COMPLETE_TIME}. +Your report, named [{REPORT_NAME}], was scheduled to run at {RUN_TIME} has failed with the following error message: + + {ERROR_TEXT} + +The SQL command attempted was: + + {SQL} + +If you are unsure of the meaning of this message, please contact your ILS adminstrator or support staff +and give them both the error message and the SQL command. -You can view the report at the following URL: -{OUTPUT_URL} diff --git a/Open-ILS/src/reporter/report_success.tmpl b/Open-ILS/src/reporter/report_success.tmpl index b55dd240da..a49a1a8d36 100644 --- a/Open-ILS/src/reporter/report_success.tmpl +++ b/Open-ILS/src/reporter/report_success.tmpl @@ -1,6 +1,6 @@ To: {TO} From: {FROM} -Reply-To: {REPLY-TO} +Reply-To: {REPLY_TO} Subject: Report finished: "{REPORT_NAME}" At {RUN_TIME} the report "{REPORT_NAME}" finished running with a complete