Bugzilla – Attachment 123683 Details for
Bug 10902
Highlight patrons from logged-in library in patron searches
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10902: (follow-up) Fix patron search autocomplete
Bug-10902-follow-up-Fix-patron-search-autocomplete.patch (text/plain), 1.49 KB, created by
Katrin Fischer
on 2021-08-10 12:14:18 UTC
(
hide
)
Description:
Bug 10902: (follow-up) Fix patron search autocomplete
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-08-10 12:14:18 UTC
Size:
1.49 KB
patch
obsolete
>From 3521463967ddd86775dc713f452825c3bfb44ed3 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 9 Aug 2021 11:43:32 +0000 >Subject: [PATCH] Bug 10902: (follow-up) Fix patron search autocomplete > >The circulation search autocomplete (e.g. from circulation.pl search >header) was corrected in the previous patch to include library name >instead of branchcode. This patch makes the same correction for patron >search autocomplete (e.g. from members-home.pl search header). > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc >index 3246c8de71..4a01bc38b3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc >@@ -157,7 +157,7 @@ > + ( item.zipcode ? item.zipcode.escapeHtml() : "" ) + " " > + ( item.country ? item.country.escapeHtml() : "" ) + " " > + "<span class=\"ac-library\">" >- + ( item.branchcode ? item.branchcode.escapeHtml() : "" ) >+ + ( item.branchname ? item.branchname.escapeHtml() : "" ) > + "</span>" > + "</small>" > + "</a>" ) >-- >2.11.0
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 10902
:
119023
|
119037
|
119057
|
123578
|
123587
|
123588
|
123639
|
123680
|
123681
|
123682
| 123683 |
123684
|
123849