From cb9b5afdbb7bc9869b19613030b0e6c2636a8bec Mon Sep 17 00:00:00 2001 From: ruth@bywatersolutions.com Date: Tue, 24 May 2011 15:56:53 -0400 Subject: [PATCH] [SIGNED-OFF] Bug 6397: fix variable name in template that mis-aligns table Content-Type: text/plain; charset="utf-8" This patch repairs the detail table when enumeration and chronology is present. --- .../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 a019733..97cb22c 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 %] -- 1.7.2.5