http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11944
--- Comment #196 from Magnus Enger <[email protected]> --- (In reply to Petter Goksøyr Åsen from comment #194) > So far I only found two issues: > material-types are double encoded in the item circulation alerts table: > > /cgi-bin/koha/admin/item_circulation_alerts.pl > > which made me want to check material types at > > /cgi-bin/koha/admin/itemtypes.pl > > but it fails with > > Template process failed: plugin error - EncodeUTF8: plugin not found at > /usr/local/src/kohaclone/C4/Templates.pm line 124. I can confirm both of these problems. It looks like the EncodeUTF8 plugin is removed in attachment 28052, but it is still used in a number of places, after the patches on this bug have been applied: $ grep -rl --exclude=*.po "EncodeUTF8" * koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt koha-tmpl/intranet-tmpl/prog/nb-NO/modules/admin/itemtypes.tt koha-tmpl/intranet-tmpl/prog/nb-NO/modules/circ/renew.tt -- 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/
