From 3f80a0fcf74be12bb12f249d79139df29455f4a5 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 9 Jul 2023 14:08:51 +0000 Subject: [PATCH] Bug 29762: (follow-up) Change field names from phone to primary phone This change is made in order to make sure that the labels on the normal patron form and the batch patron edit tool match up. Signed-off-by: Tomas Cohen Arazi --- 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 84b1d1e68e..233f3d4ae4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt @@ -223,7 +223,7 @@ ZIP/Postal code Country Primary email - Phone + Primary phone Other phone Registration date Expiry date @@ -320,7 +320,7 @@ [% CASE 'zipcode' %]ZIP/Postal code: [% CASE 'country' %]Country: [% CASE 'email' %]Primary email: - [% CASE 'phone' %]Phone: + [% CASE 'phone' %]Primary phone: [% CASE 'mobile' %]Other phone: [% CASE 'sort1' %]Sort 1: [% CASE 'sort2' %]Sort 2: -- 2.20.1