From e3ecaa1debbcff823c77e0eaeef124137eaa41aa Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 7 Mar 2019 15:06:26 +0000 Subject: [PATCH] Bug 21070: request.pl details links to biblio instead of moredetail.pl for that item This patch alters the hold summary page so that links to records with item-level holds go to the item detail page instead of the bibliographic detail page. There is already a link to the bibliographic detail page in the page heading. To test, apply the patch and place or locate an item-level hold. In the list of existing holds for that record, the linked barcode on the item-level hold should take you to the corresponding item detail page. Signed-off-by: Lisette --- 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 5a50892a9c..d1684552b6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc @@ -139,7 +139,7 @@ [% IF ( hold.item_level_hold ) %] Only item - + [% IF ( hold.barcodenumber ) %] [% hold.barcodenumber | html %] -- 2.11.0