bug 4837 make circ print page show item type description
authorNicole Engard <nengard@bywatersolutions.com>
Tue, 5 Apr 2011 13:30:07 +0000 (15:30 +0200)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 6 Apr 2011 07:31:46 +0000 (19:31 +1200)
Signed-off-by: Guillaume Hatt <guillaume.hatt@€nc.sorbonne.fr>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tmpl

index df517f4..8ef31bb 100644 (file)
@@ -22,7 +22,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>
@@ -37,7 +37,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>