Browse Source

Bug 6397: fix variable name in template that mis-aligns table

This patch repairs the detail table when enumeration and chronology is present.

Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
3.6.x-rmaint/testing
ruth@bywatersolutions.com 13 years ago
committed by Chris Cormack
parent
commit
bf503688a0
  1. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt

2
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt

@ -355,7 +355,7 @@ function verify_images() {
</td>
<td class="datelastseen">[% itemloo.datelastseen %]</td>
<td><a href="/cgi-bin/koha/catalogue/moredetail.pl?type=[% itemloo.type %]&amp;itemnumber=[% itemloo.itemnumber %]&amp;biblionumber=[% itemloo.biblionumber %]&amp;bi=[% itemloo.biblioitemnumber %]#item[% itemloo.itemnumber %]">[% itemloo.barcode %]</a></td>
[% IF ( itemloo.volinfo ) %] <td class="enumchron">
[% IF ( itemloo.enumchron ) %] <td class="enumchron">
[% IF ( itemdata_enumchron ) %]
[% IF ( itemloo.enumchron ) %]
[% itemloo.enumchron %][% IF ( itemloo.serialseq ) %] -- [% END %]

Loading…
Cancel
Save