http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2678 Summary: MARC editor can change field order Product: Koha Version: HEAD Platform: PC OS/Version: All Status: NEW Severity: critical Priority: P3 Component: Cataloging AssignedTo: galen.charlton@liblime.com ReportedBy: galen.charlton@liblime.com QAContact: koha-bugs@lists.koha.org CC: nicole.engard@liblime.com When a record is saved via the MARC bib or authority editor, the MARC fields are (re)sorted strictly by numeric tag. This is a problem in MARC21 because fields such as notes (5xx) and subject headings (6xx) should not be sorted by tag. For example, subject headings are listed in order by significance: 650 $aImportant topical heading 600 $aLess important personal name that book is about 610 $aEven less important corporate name Changing the order of these tags to 600,610,650 is an error. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.