Fix for Bug 5971, Minor markup error in holds queue report

Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This commit is contained in:
Owen Leonard 2011-03-26 14:26:47 -04:00 committed by Chris Cormack
parent 51604b5487
commit 84e43e0615

View file

@ -57,9 +57,9 @@
<td class="hq-callnumber"><!-- TMPL_VAR NAME="location" --> <!-- TMPL_VAR NAME="itemcallnumber"--> <!-- TMPL_VAR NAME="enumchron" --></td>
<td class="hq-barcode">
<!-- TMPL_IF NAME="item_level_request" -->
<em>Only Item: </em><!-- TMPL_VAR NAME="barcode" -->
<em>Only Item:</em> <strong><!-- TMPL_VAR NAME="barcode" --></strong>
<!-- TMPL_ELSE -->
<strong><!-- TMPL_VAR NAME="barcode" --></strong></br><em>or Any available</em>
<strong><!-- TMPL_VAR NAME="barcode" --></strong> <em>or any available</em>
<!-- /TMPL_IF -->
</td>
<td class="hq-patron"><p><a href="/cgi-bin/koha/circ/circulation.pl?findborrower=<!-- TMPL_VAR NAME="cardnumber" -->#reserves"><!-- TMPL_VAR NAME="surname" -->, <!-- TMPL_VAR NAME="firstname" --> (<!-- TMPL_VAR NAME="cardnumber" -->)</a></p> <p><!-- TMPL_VAR NAME="phone" --></p></td>