Bug 5596 [REVISED 2] add author to holds to pull report
authorOwen Leonard <oleonard@myacpl.org>
Wed, 14 Mar 2012 14:46:17 +0000 (10:46 -0400)
committerPaul Poulain <paul.poulain@biblibre.com>
Mon, 19 Mar 2012 17:30:11 +0000 (18:30 +0100)
Adding output of author.

Signed-off-by: Kristina D.C. Hoeppner <kristina@catalyst.net.nz>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt

index c11bdd7..634bab9 100644 (file)
@@ -91,8 +91,8 @@ $(document).ready(function() {
             <td>
             <p>
         [% INCLUDE 'biblio-default-view.inc' biblionumber = reserveloo.biblionumber %]
-                    [% reserveloo.title |html %] [% reserveloo.subtitle %]
-                </a>
+                    [% reserveloo.title |html %]
+                </a> [% IF ( reserveloo.author ) %]<p> by [% reserveloo.author %]</p>[% END %]
             </p>
             </td>
         [% ELSE %]