From 448754d350ec3fd71572d2b215f70f5a74ad65d9 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Fri, 2 Dec 2011 07:53:18 +0100 Subject: [PATCH] Bug 6302: Separate AutoEmailPrimaryAdress and AutoEmailOpacUser AutoEmailPrimaryAddress is not only used for the patron account mails, but also for overdues and other email notices to patrons. This patch separates the system preferences in the system preference editor. To test: - Check Patrons tab shows both system preferences separated - Check you can still change the settings --- .../prog/en/modules/admin/preferences/patrons.pref | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref index ac3e1d2..fd43bec 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref @@ -11,7 +11,9 @@ Patrons: choices: yes: Send no: "Don't send" - - an email to newly created patrons with their account details at their + - an email to newly created patrons with their account details. + - + - "Use" - pref: AutoEmailPrimaryAddress default: "OFF" choices: @@ -19,7 +21,7 @@ Patrons: emailpro: work B_email: alternate "OFF": first valid - - email address. + - "patron email address for sending out emails." - - pref: autoMemberNum choices: -- 1.7.5.4