[open-ils-commits] r19169 - trunk/Open-ILS/examples (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Jan 12 15:55:59 EST 2011
Author: dbs
Date: 2011-01-12 15:55:54 -0500 (Wed, 12 Jan 2011)
New Revision: 19169
Modified:
trunk/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: trunk/Open-ILS/examples/opensrf.xml.example
===================================================================
--- trunk/Open-ILS/examples/opensrf.xml.example 2011-01-12 20:52:42 UTC (rev 19168)
+++ trunk/Open-ILS/examples/opensrf.xml.example 2011-01-12 20:55:54 UTC (rev 19169)
@@ -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>
@@ -416,7 +416,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>
@@ -681,7 +681,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