Bug 11667

Summary: Hardcoded "Unknown" in suggestions management
Product: Koha Reporter: paxed <pasi.kallinen>
Component: I18N/L10NAssignee: Bugs List <koha-bugs>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: f.demians
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description paxed 2014-02-03 06:10:29 UTC
If the suggestion status is not in SUGGEST_STATUS authorized values, the UI will show a tab with the untranslatable, hard-coded, text "Unknown":

suggestion/suggestion.pl:        return GetAuthorisedValueByCode('SUGGEST_STATUS', $criteriumvalue ) || "Unknown";
Comment 1 Katrin Fischer 2014-02-03 07:17:48 UTC
I think this is a duplicate to a bug I filed and tried to solve a while ago - still have to find time to get back to it or at least split it up for a partial fix.

*** This bug has been marked as a duplicate of bug 10519 ***