[Patches] [PATCH] [SIGNED-OFF] Bug 6302: Separate AutoEmailPrimaryAdress and

koha-patchbot at kohaaloha.com koha-patchbot at kohaaloha.com
Wed Dec 21 03:11:33 NZDT 2011


From: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date: Fri, 2 Dec 2011 07:53:18 +0100
Subject: [PATCH] [SIGNED-OFF] Bug 6302: Separate AutoEmailPrimaryAdress and
 AutoEmailOpacUser
Content-Type: text/plain; charset="utf-8"

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

Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
Signed-off-by: Koustubha Kale <kmkale at anantcorp.com>
---
 .../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


More information about the Patches mailing list