From: Nicole Engard To: dev@bywatersolutions.com Cc: Nicole Engard Subject: [PATCH] bug 5460: split AutoEmailPrimaryAddress pref from AutoEmailOpacUser Date: Thu, 2 Dec 2010 09:42:19 -0500 Message-Id: <1291300939-7512-1-git-send-email-nengard@bywatersolutions.com> X-Mailer: git-send-email 1.5.6.5 X-Original-Sender: nengard@bywatersolutions.com X-Original-Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.216.177 is neither permitted nor denied by best guess record for domain of nengard@bywatersolutions.com) smtp.mail=nengard@bywatersolutions.com Precedence: list Mailing-list: list dev@bywatersolutions.com; contact dev+owners@bywatersolutions.com List-ID: List-Help: , Content-Type: text/plain; charset="utf-8" Right now this preference line implies that the AutoEmailPrimaryAddress preference is only for AutoEmailOpacUser but it is in fact used by all notices sent via email. This patch splits the two in the system preference editor. --- .../prog/en/modules/admin/preferences/patrons.pref | 5 +++-- 1 files changed, 3 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 9b5d540..0792eb2 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,9 +11,10 @@ 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 at the email defined in the AutoEmailPrimaryAddress preference. + - + - Send patron email notices to their - pref: AutoEmailPrimaryAddress - default: "OFF" choices: email: home emailpro: work -- 1.5.6.5