From: Owen Leonard <oleonard@myacpl.org> To: nengard@gmail.com Cc: Owen Leonard <oleonard@myacpl.org> Subject: [PATCH] Fix for Bug 6578, serial items have misaligned columns in holdings table Date: Tue, 12 Jul 2011 16:01:41 -0400 Message-Id: <1310500901-6249-1-git-send-email-oleonard@myacpl.org> X-Mailer: git-send-email 1.5.6.5 Content-Type: text/plain; charset="utf-8" It looks like a variable name got changed in the T:T transition. This correction uses the H:T:P template for reference. --- .../prog/en/modules/catalogue/detail.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt index fffe411..2ea7091 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/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 %]&itemnumber=[% itemloo.itemnumber %]&biblionumber=[% itemloo.biblionumber %]&bi=[% itemloo.biblioitemnumber %]#item[% itemloo.itemnumber %]">[% itemloo.barcode %]</a></td> - [% IF ( itemloo.enumchron ) %] <td class="enumchron"> + [% IF ( volinfo ) %] <td class="enumchron"> [% IF ( itemdata_enumchron ) %] [% IF ( itemloo.enumchron ) %] [% itemloo.enumchron %][% IF ( itemloo.serialseq ) %] -- [% END %] -- 1.5.6.5