From 735aea45162d2a6b6c89c7d56e5f4553675a4744 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 25 Feb 2021 14:03:43 +0000 Subject: [PATCH] Bug 27794: Add link to biblio in lateorders page Content-Type: text/plain; charset=utf-8 This patch modifies the late orders page so that the late order title uses the "biblio-title" include to display a standard title with a link to the bibliographic detail page. To test, apply the patch and go to Acquisitions -> Late orders. In the table of late orders, confirm that the title display correctly and links to the correct bibliographic record. Signed-off-by: Severine QUEUNE Signed-off-by: Marcel de Rooy --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt index 97b7aacc2f..16ed1d54f5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt @@ -99,7 +99,7 @@ ([% lateorder.basket.bookseller.id | html %]) - [% lateorder.biblio.title | html %] + [% INCLUDE 'biblio-title.inc' biblio=lateorder.biblio link=1 %] [% IF ( lateorder.biblio.author ) %]
Author: [% lateorder.biblio.author | html %][% END %] [% IF ( lateorder.biblio.biblioitem.publishercode ) %]
Published by: [% lateorder.biblio.biblioitem.publishercode | html %] -- 2.11.0