Bugzilla – Attachment 156821 Details for
Bug 34160
Link item barcode to the item more details page from the holds queue viewer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34160: Hyperlink item barcode to the item more details editor from the holds queue viewer
Bug-34160-Hyperlink-item-barcode-to-the-item-more-.patch (text/plain), 3.19 KB, created by
Kyle M Hall (khall)
on 2023-10-11 13:17:43 UTC
(
hide
)
Description:
Bug 34160: Hyperlink item barcode to the item more details editor from the holds queue viewer
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2023-10-11 13:17:43 UTC
Size:
3.19 KB
patch
obsolete
>From f6af0d9ddd368bd60bdd61ea14a3de44c0c86da1 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 29 Jun 2023 15:20:32 -0400 >Subject: [PATCH] Bug 34160: Hyperlink item barcode to the item more details > editor from the holds queue viewer > >Sometimes librarians fail to find an item on the shelf for a hold and need to mark the item as lost. In these cases it would be helpful to link the barcode to the item's "more details" form in the same way we do for the standard details item barcode hyperlink. > >Test Plan: >1) View the holds queue, note the item barcode is not a hyperlink >2) Apply this patch >3) Reload the page, note the item barcode is a hyperlink to the more > details page for that item! > >Signed-off-by: Phil Ringnalda <phil@chetcolibrary.org> >Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> >--- > .../intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt >index 837d6e5ecc0..d94d4c347d0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt >@@ -192,11 +192,11 @@ > <td class="hq-enumchron">[% itemsloo.item.enumchron | html %]</td> > <td class="hq-barcode"> > [% IF ( itemsloo.item_level_request ) %] >- <em>Only item:</em> <strong>[% itemsloo.barcode | html %]</strong> >+ <em>Only item:</em> <strong><a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% itemsloo.itemnumber | uri %]&biblionumber=[% itemsloo.biblionumber | uri %]#item[% itemsloo.itemnumber | uri %]">[% itemsloo.barcode | html %]</a></strong> > [% ELSIF itemsloo.item.item_group %] >- <strong>[% itemsloo.barcode | html %]</strong> <em>or any item from item group <strong>[% itemsloo.item.item_group.description | html %]</strong></em> >+ <strong><a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% itemsloo.itemnumber | uri %]&biblionumber=[% itemsloo.biblionumber | uri %]#item[% itemsloo.itemnumber | uri %]">[% itemsloo.barcode | html %]<</a>/strong> <em>or any item from item group <strong>[% itemsloo.item.item_group.description | html %]</strong></em> > [% ELSE %] >- <strong>[% itemsloo.barcode | html %]</strong> <em>or any available</em> >+ <strong><a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% itemsloo.itemnumber | uri %]&biblionumber=[% itemsloo.biblionumber | uri %]#item[% itemsloo.itemnumber | uri %]">[% itemsloo.barcode | uri %]</a></strong> <em>or any available</em> > [% END %] > </td> > <td class="hq-patron"> >@@ -216,7 +216,7 @@ > </tbody> > </table> > </div> <!-- /.page-section --> >- [% END %] >+ [% END %] > [% END %] > > [% UNLESS ( total ) %] >-- >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 34160
:
152879
|
153081
|
153792
|
153793
| 156821