From 4029e8ed755b58c7b3a25c162838c20f5a6ad149 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Thu, 22 Sep 2011 10:33:34 +1200 Subject: [PATCH] Bug 6881 - Not able to accept a suggestion (typo in template) Signed-off-by: Katrin Fischer Easy fix, works great. Signed-off-by: Ian Walls Signed-off-by: Chris Cormack --- .../intranet-tmpl/prog/en/modules/suggestion/suggestion.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt index 24baefeac7..9a9f3320cc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt @@ -280,7 +280,7 @@ $(document).ready(function() { calcNewsuggTotal(); }); [% IF (statusselected_ASKED ) %] [% ELSE %][% END %] [% IF (statusselected_ACCEPTED ) %] - [ELSE %][% END %] + [% ELSE %][% END %] [% IF (statusselected_CHECKED ) %] [% ELSE %][% END %] [% IF ( statusselected_REJECTED ) %] -- 2.39.2