Bugzilla – Attachment 147147 Details for
Bug 32770
Patron search field groups no longer exist
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32770: Restore phone
Bug-32770-Restore-phone.patch (text/plain), 1.49 KB, created by
Jonathan Druart
on 2023-02-22 13:44:01 UTC
(
hide
)
Description:
Bug 32770: Restore phone
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-02-22 13:44:01 UTC
Size:
1.49 KB
patch
obsolete
>From 711e83911000b512abdbaca610ae2f20387caa8e Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 22 Feb 2023 14:43:02 +0100 >Subject: [PATCH] Bug 32770: Restore phone > >all_phone vs all_phones >That was caught by Selenium tests t/db_dependent/selenium/patrons_search.t >--- > koha-tmpl/intranet-tmpl/prog/en/includes/patronfields.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patronfields.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patronfields.inc >index 089f8c76b6c..c48fa6c28ad 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patronfields.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patronfields.inc >@@ -90,7 +90,7 @@ > [% SET full_address = 'streetnumber,streettype,address,address2,city,state,zipcode,country' %] > [% SET all_emails = 'email,emailpro,B_email' %] > [% SET all_phones = 'phone,phonepro,B_phone,altcontactphone,mobile' %] >- [% default_fields = [ standard, 'surname', 'cardnumber', all_emails, 'borrowernumber', 'userid', all_phone, full_address, 'dateofbirth', 'sort1', 'sort2' ] %] >+ [% default_fields = [ standard, 'surname', 'cardnumber', all_emails, 'borrowernumber', 'userid', all_phones, full_address, 'dateofbirth', 'sort1', 'sort2' ] %] > [% search_options = default_fields.merge(standard.split(',')).unique %] > [% FOREACH s_o IN search_options %] > [% display_name = PROCESS patron_fields name=s_o %] >-- >2.25.1
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 32770
:
145921
|
145928
|
145935
|
146331
|
146711
| 147147 |
147696