From 9e432877cd48e6b9cdd87385b92cb93b58ca8d29 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Thu, 16 Jan 2020 01:50:07 +0000 Subject: [PATCH] Bug 19793: Change label to match patron record: Primary email As we have multiple email fields in the patron record, we should be clear which one can be changed from the batch mod now. Easiest is to use the same label. Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt index 0d5a8be4da..63ad371456 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt @@ -149,7 +149,7 @@ Expiry date Circulation note OPAC note - Email address + Primary email Restriction expiration Restriction comment [% FOREACH attrh IN attributes_header %] @@ -236,7 +236,7 @@ [% CASE 'opacnote' %] OPAC note: [% CASE 'email' %] - Email address: + Primary email: [% CASE 'debarred' %] Restriction expiration: [% CASE 'debarredcomment' %] -- 2.39.5