Bug 6135 - Insert fields ordered in C4::Biblio::ModBiblioMarc
Summary: Insert fields ordered in C4::Biblio::ModBiblioMarc
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Cataloging (show other bugs)
Version: Main
Hardware: All All
: PATCH-Sent (DO NOT USE) minor (vote)
Assignee: Galen Charlton
QA Contact: Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-08 08:52 UTC by Julian Maurice
Modified: 2012-10-25 23:09 UTC (History)
3 users (show)

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


Attachments
Patch (1.26 KB, patch)
2011-04-08 09:01 UTC, Julian Maurice
Details | Diff | Splinter Review

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