Bug 6135

Summary: Insert fields ordered in C4::Biblio::ModBiblioMarc
Product: Koha Reporter: Julian Maurice <julian.maurice>
Component: CatalogingAssignee: Galen Charlton <gmcharlt>
Status: CLOSED FIXED QA Contact: Bugs List <koha-bugs>
Severity: minor    
Priority: PATCH-Sent (DO NOT USE) CC: chris, f.demians, koha.sekjal
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Patch

Description Julian Maurice 2011-04-08 08:52:57 UTC
In C4::Biblio::ModBiblioMarc, fields are appended to the record, causing field 100 to be the last field in tab 1 on MARCdetail.pl.
Comment 1 Julian Maurice 2011-04-08 09:01:56 UTC
Created attachment 3827 [details] [review]
Patch

This patch modify C4::Biblio::ModBiblioMarc and _koha_marc_update_bib_ids to insert fields in an ordered way.
Comment 2 Chris Cormack 2011-08-01 03:24:21 UTC
Simple change, works well, pushed
Comment 3 Julian Maurice 2012-01-02 11:17:47 UTC
Ok in master, marked as resolved