From 9773c746a9402e3d6ea91e918e5a1fa530140851 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 10 May 2011 13:09:38 -0400 Subject: [PATCH] Fix for Bug 6295 - misaligned columns in opac suggestions list Template variable scope error. NOTE: this bug only applies when OPACViewOthersSuggestions is turned on; otherwise there is nothing to fix. Signed-off-by: Nicole C. Engard Signed-off-by: Ian Walls Signed-off-by: Chris Cormack --- koha-tmpl/opac-tmpl/prog/en/modules/opac-suggestions.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-suggestions.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-suggestions.tt index 2b69612805..3f3aa3433e 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-suggestions.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-suggestions.tt @@ -180,7 +180,7 @@ $.tablesorter.addParser({ [% suggestions_loo.note %] - [% IF ( suggestions_loo.OPACViewOthersSuggestions ) %] + [% IF ( OPACViewOthersSuggestions ) %] [% IF ( suggestions_loo.branchcodesuggestedby ) %][% suggestions_loo.branchcodesuggestedby %][% ELSE %] [% END %] [% END %] -- 2.20.1