[Koha-patches] [PATCH 2/3] bug 4182: add emailLibrarianWhenHoldIsPlaced to preferences editor

Galen Charlton gmcharlt at gmail.com
Fri Feb 19 11:58:55 CET 2010


Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
---
 .../en/modules/admin/preferences/circulation.pref  |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref
index d0ef540..48cbd35 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref
@@ -1,5 +1,5 @@
 Circulation:
-# broken, omitted: emailLibrarianWhenHoldIsPlaced, holdCancelLength, WebBasedSelfCheck
+# broken, omitted: holdCancelLength
 # FIXME: printcirculationslips is also omitted. It _technically_ could work, but C4::Print is HLT specific and needs a little bit of refactoring.
     Interface:
         -
@@ -250,6 +250,12 @@ Circulation:
             - pref: maxreserves
               class: integer
             - holds at once.
+        -
+            - pref: emailLibrarianWhenHoldIsPlaced
+              choices:
+                  yes: Enable
+                  no:  "Don't enable"
+            - "sending an email to the Koha administrator email address whenever a hold request is placed."
     Fines Policy:
         -
             - Calculate fines based on days overdue
-- 
1.6.3.3




More information about the Koha-patches mailing list