From bf503688a0b852b268677790b1a47a861f6eef10 Mon Sep 17 00:00:00 2001 From: "ruth@bywatersolutions.com" Date: Tue, 24 May 2011 15:56:53 -0400 Subject: [PATCH] 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 Signed-off-by: Chris Cormack --- 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 a019733b00..97cb22c2e2 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.volinfo ) %] + [% IF ( itemloo.enumchron ) %] [% IF ( itemdata_enumchron ) %] [% IF ( itemloo.enumchron ) %] [% itemloo.enumchron %][% IF ( itemloo.serialseq ) %] -- [% END %] -- 2.39.2