From d7312e1dad8f32d84a034b8dad93c2c9c30b9db4 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. --- 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.30.2