Bugzilla – Attachment 136131 Details for
Bug 30578
We should drop circ/ysearch.pl in preference to using the REST API's
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30578: Restore highlighting of patrons from the logged-in library
Bug-30578-Restore-highlighting-of-patrons-from-the.patch (text/plain), 1.16 KB, created by
Martin Renvoize (ashimema)
on 2022-06-16 08:51:05 UTC
(
hide
)
Description:
Bug 30578: Restore highlighting of patrons from the logged-in library
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-06-16 08:51:05 UTC
Size:
1.16 KB
patch
obsolete
>From 1dfa55daba2fc0a9b13cb9b6566ac8612480da64 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 13 Jun 2022 20:37:44 +0200 >Subject: [PATCH] Bug 30578: Restore highlighting of patrons from the logged-in > library > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/js/patron-autocomplete.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/patron-autocomplete.js b/koha-tmpl/intranet-tmpl/prog/js/patron-autocomplete.js >index 556e458419..154b96aa70 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/patron-autocomplete.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/patron-autocomplete.js >@@ -68,7 +68,7 @@ function patron_autocomplete(node, options) { > // Display card number in parentheses if it exists > cardnumber = " (" + item.cardnumber + ") "; > } >- if( item.branchcode == loggedInLibrary ){ >+ if( item.library_id == loggedInLibrary ){ > loggedInClass = "ac-currentlibrary"; > } else { > loggedInClass = ""; >-- >2.20.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 30578
:
135856
|
135920
|
136041
|
136042
|
136043
|
136044
|
136085
|
136086
|
136087
|
136088
|
136089
|
136130
|
136131
|
136132
|
136133
|
136134
|
136575
|
136576
|
136577
|
136578
|
136579