From: Owen Leonard Date: Wed, 14 Mar 2012 14:46:17 +0000 (-0400) Subject: Bug 5596 [REVISED 2] add author to holds to pull report X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=b3cae766949599c88095930b8fd37dabfc79a5cc;p=koha.git Bug 5596 [REVISED 2] add author to holds to pull report Adding output of author. Signed-off-by: Kristina D.C. Hoeppner Signed-off-by: Paul Poulain --- diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt index c11bdd781a..634bab947c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt @@ -91,8 +91,8 @@ $(document).ready(function() {

[% INCLUDE 'biblio-default-view.inc' biblionumber = reserveloo.biblionumber %] - [% reserveloo.title |html %] [% reserveloo.subtitle %] - + [% reserveloo.title |html %] + [% IF ( reserveloo.author ) %]

by [% reserveloo.author %]

[% END %]

[% ELSE %]