[Koha-patches] [PATCH] [SIGNED-OFF] bug 5562 change 'issues' to read 'checkouts'

Owen Leonard oleonard at myacpl.org
Thu Dec 30 17:59:20 CET 2010


From: Nicole Engard <nengard at bywatersolutions.com>

Signed-off-by: Ian Walls <ian.walls at bywatersolutions.com>
Signed-off-by: Owen Leonard <oleonard at myacpl.org>
---
 .../prog/en/modules/circ/bookcount.tmpl            |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/bookcount.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/bookcount.tmpl
index 5ffc75c..8c6f50c 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/bookcount.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/bookcount.tmpl
@@ -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>
-- 
1.7.3



More information about the Koha-patches mailing list