Bugzilla – Attachment 87506 Details for
Bug 22631
Make links on barcode on hold summary page consistent (bug 21070)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22631: Make links on barcode on hold summary page consistent (bug 21070)
Bug-22631-Make-links-on-barcode-on-hold-summary-pa.patch (text/plain), 1.99 KB, created by
Martin Renvoize (ashimema)
on 2019-04-08 11:46:52 UTC
(
hide
)
Description:
Bug 22631: Make links on barcode on hold summary page consistent (bug 21070)
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-04-08 11:46:52 UTC
Size:
1.99 KB
patch
obsolete
>From 888a048a580cb2dd6c17dce99073bdef647d9b63 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Wed, 3 Apr 2019 19:28:38 +0000 >Subject: [PATCH] Bug 22631: Make links on barcode on hold summary page > consistent (bug 21070) > >Bug 21070 changed the link on the holds summary so the barcode >would link to the item on moredetail for an item level hold. > >If a hold is already waiting, the link still goes to the detail >page of the record. This patch changes it so the barcode always >links to the item. > >To test: >- Place some item level holds on a record >- Verify the barcodes on the hold summary page link to > moredetail.pl >- Return one of the items so that the hold is waiting >- Verify the barcode links to the record detail page now >- Apply patch >- Verify barcodes for pending and waiting holds now both > link to moredetail.pl > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Bin Wen <bin.wen@inlibro.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc >index d1684552b6..995c7d28df 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc >@@ -127,7 +127,7 @@ > > <td> > [% IF ( hold.found ) %] >- <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% hold.biblionumber | uri %]"> >+ <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% hold.biblionumber | uri %]&itemnumber=[% hold.itemnumber | uri %]#item[% hold.itemnumber | uri %]"> > [% IF ( hold.barcodenumber ) %] > [% hold.barcodenumber | html %] > <input type="hidden" name="itemnumber" value="[% hold.itemnumber | html %]" /> >-- >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 22631
:
87371
|
87408
|
87453
| 87506