From c8c019e07f224d5200668e746c5babea005ec7da Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 12 Jul 2011 16:01:41 -0400 Subject: [PATCH] Fix for Bug 6578, serial items have misaligned columns in holdings table It looks like a variable name got changed in the T:T transition. This correction uses the H:T:P template for reference. --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 fffe411899..2ea709114b 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 %] -- 2.39.2