[Koha-bugs] [Bug 6554] Resolve encoding problems with corrected UTF8 handling in templates

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 5 19:06:44 CET 2013


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

--- Comment #184 from Jacek Ablewicz <abl at biblos.pk.edu.pl> ---
Looks like there is (somehow) similar bug also in circ/view_holdsqueue.tt .
It only manifests itself if there are non-latin characters in collection code
(authorised value CCODE) descriptions. Possible fixes:
1) Like in bug 11290 - inserting ' |html_entity' in line 80, after
"KohaAuthorisedValues.GetByCode( 'CCODE', itemsloo.ccode )"
2) Replacing KohaAuthorisedValues template plugin with AuthorisedValues plugin.
But why are there two different TT plugin versions in the first place;
shouldn't AuthorisedValues be used (everywhere) instead of KohaAuthorisedValues
?

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


More information about the Koha-bugs mailing list