bug 5562 change 'issues' to read 'checkouts'
Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com> Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This commit is contained in:
parent
4e1f49097c
commit
c71a36fd27
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ $(document).ready(function(){
|
|||
<!-- TMPL_VAR NAME="title" ESCAPE="html" --> <!-- TMPL_IF NAME="author" --> by <!-- TMPL_VAR NAME="author" ESCAPE="html" --><!-- /TMPL_IF --></h2>
|
||||
<h3>Barcode <!-- TMPL_VAR NAME="barcode" --></h3>
|
||||
<table>
|
||||
<tr><th>Home Library</th><th>Current Library</th><th>Date arrived<br />at current library </th><th>Number of issues<br />since last transfer</th></tr>
|
||||
<tr><th>Home Library</th><th>Current Library</th><th>Date arrived<br />at current library </th><th>Number of checkouts<br />since last transfer</th></tr>
|
||||
|
||||
<tr><td><!-- TMPL_VAR NAME="homebranch" --></td>
|
||||
<td><!-- TMPL_VAR NAME="holdingbranch" --></td>
|
||||
|
|
Loading…
Reference in a new issue