[Koha-patches] [PATCH] bug 4837 make circ print page show item type description

guillaume.hatt at enc.sorbonne.fr guillaume.hatt at enc.sorbonne.fr
Tue Apr 5 15:24:12 CEST 2011


From: Nicole Engard <nengard at bywatersolutions.com>

---
 .../prog/en/modules/members/moremember-print.tmpl  |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tmpl
index e395e3f..151c98d 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tmpl
@@ -21,7 +21,7 @@
 	<tr>
 		<th>Title</th>
 		<th>Author</th>
-		<th>Format</th>
+		<th>Item Type</th>
 		<th>Date Due</th>
 		<th>Charge</th>
 		<th>Price</th>
@@ -36,7 +36,7 @@
 		</a>
 		</td>
 		<td><!-- TMPL_VAR NAME="author" --></td>
-		<td><!-- TMPL_VAR NAME="itemtype" --></td>
+		<td><!-- TMPL_VAR NAME="itemtype_description" --></td>
 		<td><!-- TMPL_VAR NAME="date_due" --></td>
 		<td><!-- TMPL_VAR NAME="charge" --></td>
 		<td><!-- TMPL_VAR NAME="replacementprice" --></td>
-- 
1.5.6.5



More information about the Koha-patches mailing list