Bugzilla – Attachment 153219 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: (follow-up) Change field names from phone to primary phone
Bug-29762-follow-up-Change-field-names-from-phone-.patch (text/plain), 2.11 KB, created by
Katrin Fischer
on 2023-07-09 14:10:01 UTC
(
hide
)
Description:
Bug 29762: (follow-up) Change field names from phone to primary phone
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-07-09 14:10:01 UTC
Size:
2.11 KB
patch
obsolete
>From d7312e1dad8f32d84a034b8dad93c2c9c30b9db4 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >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 @@ > <th>ZIP/Postal code</th> > <th>Country</th> > <th>Primary email</th> >- <th>Phone</th> >+ <th>Primary phone</th> > <th>Other phone</th> > <th>Registration date</th> > <th>Expiry date</th> >@@ -320,7 +320,7 @@ > [% CASE 'zipcode' %]<span>ZIP/Postal code:</span> > [% CASE 'country' %]<span>Country:</span> > [% CASE 'email' %]<span>Primary email:</span> >- [% CASE 'phone' %]<span>Phone:</span> >+ [% CASE 'phone' %]<span>Primary phone:</span> > [% CASE 'mobile' %]<span>Other phone:</span> > [% CASE 'sort1' %]<span>Sort 1:</span> > [% CASE 'sort2' %]<span>Sort 2:</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