From ef14edc3d81b5e5bec3509314c1a8b8b8ba08cd0 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 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 Signed-off-by: Jonathan Druart (cherry picked from commit 12d50cb5d8529d993ef5abccd84535540c938bee) Signed-off-by: Fridolin Somers (cherry picked from commit a557bde38ec57d8b3c2ed8cbee7190935aed2d38) Signed-off-by: Andrew Fuerste-Henry --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 ba05432283..3ce632ba30 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt @@ -98,8 +98,7 @@ ([% lateorder.basket.bookseller.id | html %]) - [% lateorder.biblio.title | html %] - [% IF ( lateorder.biblio.author ) %]
Author: [% lateorder.biblio.author | html %][% END %] + [% INCLUDE 'biblio-title.inc' biblio=lateorder.biblio link=1 %] [% IF ( lateorder.biblio.biblioitem.publishercode ) %]
Published by: [% lateorder.biblio.biblioitem.publishercode | html %] [% IF ( lateorder.biblio.biblioitem.publicationyear ) %] -- 2.39.5