From: Owen Leonard To: nengard@gmail.com Cc: Owen Leonard 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() { [% itemloo.datelastseen %] [% itemloo.barcode %] - [% IF ( itemloo.enumchron ) %] + [% IF ( volinfo ) %] [% IF ( itemdata_enumchron ) %] [% IF ( itemloo.enumchron ) %] [% itemloo.enumchron %][% IF ( itemloo.serialseq ) %] -- [% END %] -- 1.5.6.5