Bugzilla – Attachment 107861 Details for
Bug 26125
In 'Patron search' tab link should lead to patron details instead of checkout screen
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26125: (bug 23697 follow-up) open patron's details in autocompletion search
Bug-26125-bug-23697-follow-up-open-patrons-details.patch (text/plain), 1.64 KB, created by
Katrin Fischer
on 2020-08-05 20:10:32 UTC
(
hide
)
Description:
Bug 26125: (bug 23697 follow-up) open patron's details in autocompletion search
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-08-05 20:10:32 UTC
Size:
1.64 KB
patch
obsolete
>From 019f9105049cd23b9180d06af4953080a942512f Mon Sep 17 00:00:00 2001 >From: Didier Gautheron <didier.gautheron@biblibre.com> >Date: Mon, 3 Aug 2020 08:40:06 +0200 >Subject: [PATCH] Bug 26125: (bug 23697 follow-up) open patron's details in > autocompletion search > >Test plan: > >1 - Enable PatronAutoComplete syspref >2 - Go to "Patrons" (members/members-home.pl) >3 - Enter a patron first letters in "Search Patron" tab >4 - Select a patron >5 - You're wrongly redirected in koha/circ/circulation.pl >6 - Apply patch >7 - Repeat 3, 4 >8 - You're correctly redirected in koha/members/moremember.pl >9 - double check "Check out" redirect hasn't changed > >Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> > >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 f56faebea8..1acf1834c3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc >@@ -130,7 +130,7 @@ > }).data( "ui-autocomplete" ); > if( obj ) { > obj._renderItem = function( ul, item ) { >- item.link = "/cgi-bin/koha/circ/circulation.pl?borrowernumber=" + item.borrowernumber; >+ item.link = "/cgi-bin/koha/members/moremember.pl?borrowernumber=" + item.borrowernumber; > var cardnumber = ""; > if( item.cardnumber != "" ){ > // Display card number in parentheses if it exists >-- >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 26125
:
107681
|
107684
| 107861