@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt +++ a/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 %] --