http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10519
--- Comment #7 from Kyle M Hall <[email protected]> --- > 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
