[Koha-patches] [PATCH] [PASSED QA] Fix for Bug 6295 - misaligned columns in opac suggestions list

Ian Walls ian.walls at bywatersolutions.com
Tue May 10 19:09:38 CEST 2011


From: Owen Leonard <oleonard at myacpl.org>

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 <nengard at bywatersolutions.com>
Signed-off-by: Ian Walls <ian.walls at bywatersolutions.com>
---
 .../opac-tmpl/prog/en/modules/opac-suggestions.tt  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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 2b69612..3f3aa34 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({
                 <td>
                     [% suggestions_loo.note %]
                 </td>
-                [% IF ( suggestions_loo.OPACViewOthersSuggestions ) %]<td>
+                [% IF ( OPACViewOthersSuggestions ) %]<td>
                     [% IF ( suggestions_loo.branchcodesuggestedby ) %][% suggestions_loo.branchcodesuggestedby %][% ELSE %]&nbsp;[% END %]
                 </td>[% END %]
                 <td>
-- 
1.5.6.5



More information about the Koha-patches mailing list