Skip to content

Commit

Permalink
Bug 5596 [REVISED 2] add author to holds to pull report
Browse files Browse the repository at this point in the history
Adding output of author.

Signed-off-by: Kristina D.C. Hoeppner <[email protected]>
Signed-off-by: Paul Poulain <[email protected]>
  • Loading branch information
oleonard authored and PaulPoulain committed Mar 19, 2012
1 parent f3ba35c commit b3cae76
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 %]
Expand Down

0 comments on commit b3cae76

Please sign in to comment.