From 365b9ef2a42e2072378e5df618613d09f26293c5 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 (cherry picked from commit 3f80a0fcf74be12bb12f249d79139df29455f4a5) Signed-off-by: Martin Renvoize (cherry picked from commit 853ced5fa1f2a9d203e977de318b51407f121323) Signed-off-by: Matt Blenkinsop --- 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 686f724627..6de656dc18 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