adding barcode into list of on loan books
This commit is contained in:
parent
52cad99cb9
commit
112613c307
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue