adding barcode into list of on loan books

This commit is contained in:
tipaul 2004-11-24 16:08:12 +00:00
parent 52cad99cb9
commit 112613c307

View file

@ -54,6 +54,7 @@
<th>Author</th>
<th>Due date</th>
<th>Itemtype</th>
<th>Barcode</th>
<th>Charges</th>
<th>Renewable</th>
</tr>
@ -63,6 +64,7 @@
<td><!-- TMPL_VAR NAME="author" --></td>
<td><!-- TMPL_VAR NAME="date_due" --></td>
<td><!-- TMPL_VAR NAME="itemtype" --></td>
<td><!-- TMPL_VAR NAME="barcode" --></td>
<td><!-- TMPL_IF NAME="charges" -->Yes<!-- TMPL_ELSE -->No<!-- /TMPL_IF --></td>
<td><!-- TMPL_IF NAME="status" -->Yes<!-- TMPL_ELSE -->No<!-- /TMPL_IF --></td>
</tr>