Browse Source

quickfix for displaying collection-code in opac

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
3.0.x
mason.james@liblime.com 16 years ago
committed by Joshua Ferraro
parent
commit
9ad27b2278
  1. 2
      koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl

2
koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl

@ -202,6 +202,7 @@
<table>
<tr>
<th>Item type</th>
<th>Collection</th>
<th>Location</th>
<th>Status</th>
<th>Date Due</th>
@ -211,6 +212,7 @@
<!-- TMPL_LOOP NAME="ITEM_RESULTS" -->
<tr>
<td><!-- TMPL_VAR NAME="description" --></td>
<td><!-- TMPL_VAR NAME="ccode" --></td>
<td><!-- TMPL_VAR NAME="branchname" --> <!-- TMPL_VAR name="location" --> <!-- TMPL_IF NAME="itemcallnumber" --> <!-- TMPL_VAR NAME="itemcallnumber" --><!-- /TMPL_IF --></td>
<td><!-- TMPL_IF name="bi_notforloan" -->
Not for loan

Loading…
Cancel
Save