Bugzilla – Attachment 87372 Details for
Bug 22633
Barcodes in the patrons 'holds' summary should link to the moredetail page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22633: Link barcodes in hold summary in patron account to moredetail page
Bug-22633-Link-barcodes-in-hold-summary-in-patron-.patch (text/plain), 1.86 KB, created by
Katrin Fischer
on 2019-04-03 20:00:16 UTC
(
hide
)
Description:
Bug 22633: Link barcodes in hold summary in patron account to moredetail page
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2019-04-03 20:00:16 UTC
Size:
1.86 KB
patch
obsolete
>From 58c306c5cbca262eb094ebeeb4cb1cccb1aba426 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Wed, 3 Apr 2019 21:47:09 +0200 >Subject: [PATCH] Bug 22633: Link barcodes in hold summary in patron account to > moredetail page > >Bug 21070 links the barcode on holds to the item on moredetail.pl. >This patch makes the same change to the hold lists in the staff >patron account. > >To test: >- Create some holds, have at least > - one item level hold > - one hold waiting for pick-up >- Take a look at the details and checkouts tabs > in the patron account on staff side >- Verify that the barcodes link to the record detail page >- Apply patch >- Verify the barcodes now link to the moredetail page >--- > koha-tmpl/intranet-tmpl/prog/js/holds.js | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/holds.js b/koha-tmpl/intranet-tmpl/prog/js/holds.js >index 0ca8fb8930..04f159d0df 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/holds.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/holds.js >@@ -83,12 +83,11 @@ $(document).ready(function() { > data += NOT_TRANSFERRED_YET.format( oObj.not_transferred_by ); > } > data += "</em>"; >- >- data += " <a href='/cgi-bin/koha/catalogue/detail.pl?biblionumber=" >+ data += " <a href='/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=" > + oObj.biblionumber > + "&itemnumber=" > + oObj.itemnumber >- + "#" >+ + "#item" > + oObj.itemnumber > + "'>" > + oObj.barcode.escapeHtml() >-- >2.17.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 22633
:
87372
|
87725
|
89620
|
90219