[Koha-bugs] [Bug 10519] Suggestions: 'Organize by' and correct display of tab descriptions broken

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 2 15:33:48 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10519

--- Comment #7 from Kyle M Hall <kyle at bywatersolutions.com> ---
> Finding more problems:
> return GetAuthorisedValueByCode('SUGGEST_STATUS', $criteriumvalue ) || "Unknown";
> As the template doesn't check for this value, it's untranslatable.

This isn't necessarily as bad as it may seem. The string "Unknown" will only
display during an error condition. The one and only error condition I can think
of where this would display would be if a suggestion was set to an authorised
value, and the authorised value was then deleted.

However, it may be better to display the authorised value instead of "Unkown".
I will submit a followup for that.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list