[Bug 6749] New: Use insert_fields_ordered instead of insert_grouped_fields in C4::Biblio::ModBiblioMarc
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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6749 Alex Arnaud <alex.arnaud@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Alex Arnaud <alex.arnaud@biblibre.com> 2011-08-19 07:56:50 UTC --- I was wrong. This bug has been fixed for a long time -- 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.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org