From b42a9c46ca96b98f8fa2231186fd681d8a09f5d6 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Thu, 12 Apr 2012 07:53:32 +0200 Subject: [PATCH] Bug 7371: Add 'cardnumber' as option for AutoEmailPrimaryAddress The systempref.sql file had one more option 'cardnumber' that was not visible from the system preference editor. This patch adds the setting. To test: - Check new setting cardnumber is available for AutoEmailPrimaryAddress - Use setting with a patron that has an email address as cardnumber and verify email is sent out correctly. Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref | 1 + 1 file changed, 1 insertion(+) 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 3d88883843..55b4457eeb 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 @@ -20,6 +20,7 @@ Patrons: email: home emailpro: work B_email: alternate + cardnumber: cardnumber as "OFF": first valid - "patron email address for sending out emails." - -- 2.11.4.GIT