Bugzilla – Attachment 153181 Details for
Bug 29762
Patron batch modification tool - mobile phone number column naming
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29762: Change field names from "Mobile" to "Other phone"
Bug-29762-Change-field-names-from-Mobile-to-Other-.patch (text/plain), 2.59 KB, created by
Philip Orr
on 2023-07-07 13:33:26 UTC
(
hide
)
Description:
Bug 29762: Change field names from "Mobile" to "Other phone"
Filename:
MIME Type:
Creator:
Philip Orr
Created:
2023-07-07 13:33:26 UTC
Size:
2.59 KB
patch
obsolete
>From 8925f30ac5c2b630090c83f8c7e62a7663a55565 Mon Sep 17 00:00:00 2001 >From: Philip Orr <philip.orr@lmscloud.de> >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 @@ > <th>Country</th> > <th>Primary email</th> > <th>Phone</th> >- <th>Mobile</th> >+ <th>Other phone</th> > <th>Registration date</th> > <th>Expiry date</th> > [% IF CanUpdatePasswordExpiration %] >@@ -321,7 +321,7 @@ > [% CASE 'country' %]<span>Country:</span> > [% CASE 'email' %]<span>Primary email:</span> > [% CASE 'phone' %]<span>Phone:</span> >- [% CASE 'mobile' %]<span>Mobile:</span> >+ [% CASE 'mobile' %]<span>Other phone:</span> > [% CASE 'sort1' %]<span>Sort 1:</span> > [% CASE 'sort2' %]<span>Sort 2:</span> > [% CASE 'dateenrolled' %]<span>Registration date:</span> >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 29762
:
153181
|
153192
|
153218
|
153219