Bug 6749 - Use insert_fields_ordered instead of insert_grouped_fields in C4::Biblio::ModBiblioMarc
Summary: Use insert_fields_ordered instead of insert_grouped_fields in C4::Biblio::Mod...
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: MARC Bibliographic record staging/import (show other bugs)
Version: 3.4
Hardware: All All
: P5 - low normal (vote)
Assignee: Galen Charlton
QA Contact: Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-19 07:29 UTC by Alex Arnaud
Modified: 2012-10-26 00:40 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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