[open-ils-commits] r19170 - branches/rel_2_0/Open-ILS/examples (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Jan 12 15:57:20 EST 2011
Author: dbs
Date: 2011-01-12 15:57:15 -0500 (Wed, 12 Jan 2011)
New Revision: 19170
Modified:
branches/rel_2_0/Open-ILS/examples/opensrf.xml.example
Log:
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.
Modified: branches/rel_2_0/Open-ILS/examples/opensrf.xml.example
===================================================================
--- branches/rel_2_0/Open-ILS/examples/opensrf.xml.example 2011-01-12 20:55:54 UTC (rev 19169)
+++ branches/rel_2_0/Open-ILS/examples/opensrf.xml.example 2011-01-12 20:57:15 UTC (rev 19170)
@@ -89,7 +89,7 @@
</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 @@
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 @@
<!-- 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>
@@ -427,7 +427,7 @@
<opac>420</opac>
<staff>7200</staff>
<temp>300</temp>
- <persist>2 weeks</persist>
+ <persist>2 weeks</persist>
</default_timeout>
</app_settings>
</open-ils.auth>
@@ -688,7 +688,7 @@
</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 -->
More information about the open-ils-commits
mailing list