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: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
                CC: [email protected]


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.
_______________________________________________
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/

Reply via email to