http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478
--- Comment #108 from Jonathan Druart <[email protected]> --- Created attachment 42393 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=42393&action=edit Bug 12478: Fix encoding issues on indexing There were encoding issues on indexing, the way to build a marc record was the old way (retrieved from the noxml style from rebuild_zebra). Here we should either c/p the code from C4::Biblio::GetMarcBiblio or call it directly (what this patch does). -- 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/
