From 6b1f2db663303b5eb8f1883de08355959f675c59 Mon Sep 17 00:00:00 2001 From: dbs Date: Wed, 12 Jan 2011 20:55:54 +0000 Subject: [PATCH] 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 --- Open-ILS/examples/opensrf.xml.example | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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: --> - + @@ -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. --> noemail - true + false LOCALSTATEDIR/data/templates/overdue_7day.example - + @@ -124,7 +124,7 @@ vim:et:ts=4:sw=4: 1 day false - true + false LOCALSTATEDIR/data/templates/predue_1day.example @@ -416,7 +416,7 @@ vim:et:ts=4:sw=4: 420 7200 300 - 2 weeks + 2 weeks @@ -681,7 +681,7 @@ vim:et:ts=4:sw=4: - true + false -- 2.11.0