[Koha-patches] [PATCH] [SIGNED-OFF] Bug 6881 - Not able to accept a suggestion (typo in template)

Katrin Fischer Katrin.Fischer.83 at web.de
Thu Sep 22 07:52:29 CEST 2011


From: Chris Cormack <chrisc at catalyst.net.nz>

Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
Easy fix, works great.
---
 .../prog/en/modules/suggestion/suggestion.tt       |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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 24baefe..9a9f332 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 ) %]<option value="ASKED" selected="selected">Asked</option> 
     [% ELSE %]<option value="ASKED">Asked</option>[% END %]
     [% IF (statusselected_ACCEPTED ) %]<option value="ACCEPTED" selected="selected">Accepted</option>
-    [ELSE %]<option value="ACCEPTED">Accepted</option>[% END %]
+    [% ELSE %]<option value="ACCEPTED">Accepted</option>[% END %]
     [% IF (statusselected_CHECKED ) %]<option value="CHECKED" selected="selected">Checked</option>
     [% ELSE %]<option value="CHECKED">Checked</option>[% END %]
     [% IF ( statusselected_REJECTED ) %]<option value="REJECTED" selected="selected">Rejected</option>
-- 
1.7.4.1



More information about the Koha-patches mailing list