Bug 6749

Summary: Use insert_fields_ordered instead of insert_grouped_fields in C4::Biblio::ModBiblioMarc
Product: Koha Reporter: Alex Arnaud <alex.arnaud>
Component: MARC Bibliographic record staging/importAssignee: Galen Charlton <gmcharlt>
Status: CLOSED INVALID QA Contact: Bugs List <koha-bugs>
Severity: normal    
Priority: P5 - low CC: koha.sekjal
Version: 3.4   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Alex Arnaud 2011-08-19 07:29:00 UTC
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).
Comment 1 Alex Arnaud 2011-08-19 07:56:50 UTC
I was wrong. This bug has been fixed for a long time