http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6749 Bug #: 6749 Summary: Use insert_fields_ordered instead of insert_grouped_fields in C4::Biblio::ModBiblioMarc Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_4 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: MARC Bibliographic record staging/import AssignedTo: gmcharlt@gmail.com ReportedBy: alex.arnaud@biblibre.com QAContact: koha-bugs@lists.koha-community.org CC: ian.walls@bywatersolutions.com When importing biblio records (i.e via a migration script ), the biblionumber field (001 in unimarc) is inserted at the end of marcxml because C4::Biblio::ModBiblioMarc use insert_grouped_fields instead of insert_fields_ordered. This causes an error when we want to show a record which is very long (Serials with lot of items for example). -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.