From: dbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4> Date: Wed, 12 Jan 2011 20:55:54 +0000 (+0000) Subject: Deprecate overdue/predue config sections in favour of action/trigger X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6b1f2db663303b5eb8f1883de08355959f675c59;p=evergreen%2Fmasslnc.git Deprecate overdue/predue config sections in favour of action/trigger Set email notification to "false" for holds, overdues, and predues. Fix one line of whitespace. git-svn-id: svn://svn.open-ils.org/ILS/trunk@19169 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/examples/opensrf.xml.example b/Open-ILS/examples/opensrf.xml.example index f980305840..c89d7e2440 100644 --- a/Open-ILS/examples/opensrf.xml.example +++ b/Open-ILS/examples/opensrf.xml.example @@ -89,7 +89,7 @@ vim:et:ts=4:sw=4: </callfile_lines> --> </telephony> - <!-- Overdue notices --> + <!-- Overdue notices: DEPRECATED in 2.0 in favour of Action/Trigger Notifications --> <overdue> <!-- optionally, you can define a sender address per notice type --> @@ -107,13 +107,13 @@ vim:et:ts=4:sw=4: will be appended to the notice file only if the patron has no valid email address. --> <file_append>noemail</file_append> <!-- do we attempt email notification? --> - <email_notify>true</email_notify> + <email_notify>false</email_notify> <!-- notice template file --> <email_template>LOCALSTATEDIR/data/templates/overdue_7day.example</email_template> </notice> </overdue> - <!-- Courtesy notices --> + <!-- Courtesy notices: DEPRECATED in 2.0 in favour of Action/Trigger Notifications --> <predue> <notice> <!-- All circulations that circulate between 5 and 13 days --> @@ -124,7 +124,7 @@ vim:et:ts=4:sw=4: <!-- notify at 1 day before the due date --> <notify_interval>1 day</notify_interval> <file_append>false</file_append> - <email_notify>true</email_notify> + <email_notify>false</email_notify> <email_template>LOCALSTATEDIR/data/templates/predue_1day.example</email_template> </notice> </predue> @@ -416,7 +416,7 @@ vim:et:ts=4:sw=4: <opac>420</opac> <staff>7200</staff> <temp>300</temp> - <persist>2 weeks</persist> + <persist>2 weeks</persist> </default_timeout> </app_settings> </open-ils.auth> @@ -681,7 +681,7 @@ vim:et:ts=4:sw=4: </unix_config> <app_settings> <notify_hold> - <email>true</email> <!-- set to false to disable hold notice emails --> + <email>false</email> <!-- set to false to disable hold notice emails --> </notify_hold> <!-- circulation policy scripts -->