Bugzilla – Attachment 136086 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.09 KB, created by
Owen Leonard
on 2022-06-15 11:59:42 UTC
(
hide
)
Description:
Bug 30578: Restore highlighting of patrons from the logged-in library
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2022-06-15 11:59:42 UTC
Size:
1.09 KB
patch
obsolete
>From f20b6f6db0431a4a8c03fb541ebd5b1e70eb4653 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> >--- > 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.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 30578
:
135856
|
135920
|
136041
|
136042
|
136043
|
136044
|
136085
|
136086
|
136087
|
136088
|
136089
|
136130
|
136131
|
136132
|
136133
|
136134
|
136575
|
136576
|
136577
|
136578
|
136579