From 8925f30ac5c2b630090c83f8c7e62a7663a55565 Mon Sep 17 00:00:00 2001 From: Philip Orr Date: Fri, 7 Jul 2023 13:21:46 +0000 Subject: [PATCH] Bug 29762: Change field names from "Mobile" to "Other phone" This Patch changes the field name for "Mobile" to "Other phone" in Patron batch modification. To test: 1. Apply the patch 2. Go to Tools -> Batch Patron Modification and add some patrons 3. Hit "continue" 4. Verify that in the list of patrons you selected, the field "Mobile" has been replaced by the field "Other phone" 5. Verify that down below in the fields to be batch modified, the field "Mobile" has also been replaced by the field "Other phone" 6. Add some data into the field "Other phone" (e.g. 12345 or some other number) and hit save 7. Confirm that the field was correctly modified and is still named "Other phone" --- 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 b130e8789f..84b1d1e68e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt @@ -224,7 +224,7 @@ Country Primary email Phone - Mobile + Other phone Registration date Expiry date [% IF CanUpdatePasswordExpiration %] @@ -321,7 +321,7 @@ [% CASE 'country' %]Country: [% CASE 'email' %]Primary email: [% CASE 'phone' %]Phone: - [% CASE 'mobile' %]Mobile: + [% CASE 'mobile' %]Other phone: [% CASE 'sort1' %]Sort 1: [% CASE 'sort2' %]Sort 2: [% CASE 'dateenrolled' %]Registration date: -- 2.30.2