Bug 16322: Translatability: Also adding "Status unknown" to column table
authorHector Castro <hector.hecaxmmx@gmail.com>
Thu, 21 Apr 2016 21:47:28 +0000 (15:47 -0600)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 29 Apr 2016 15:58:40 +0000 (15:58 +0000)
Also add the "Status unknown to the column table
To test: follow previous commit

Signed-off-by: Marc Veron <veron@veron.ch>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt

index df4d32e..7d6f88f 100644 (file)
@@ -570,6 +570,8 @@ h4.local_collapse a { font-size : 80%; text-decoration: none; } fieldset.brief o
                         Checked
                     [% ELSIF AuthorisedValues.GetByCode( 'SUGGEST_STATUS', suggestions_loo.STATUS ) %]
                         [% AuthorisedValues.GetByCode( 'SUGGEST_STATUS', suggestions_loo.STATUS ) %]
+                    [% ELSE %]
+                        Status unknown
                     [% END %]
 
                     [% IF ( suggestions_loo.reason ) %]