http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6554
--- Comment #184 from Jacek Ablewicz <[email protected]> --- 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. _______________________________________________ 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/
