http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12343 Galen Charlton <gmcharlt@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gmcharlt@gmail.com --- Comment #9 from Galen Charlton <gmcharlt@gmail.com> --- One thing to note regarding subfield order: in the general case, one cannot count on alphabetical order being the correct order for subfields in a field. For example, the MARC21 246 field puts $i before $a: 246 0# $iAdded title page title on some issues:$aAnnual report However, in the specific case, since TransformKohaToMarc is used only for creating brief records in acquisitions and embedding item fields in the bib record, this isn't a blocker IMO, but should be noted if TransformKohaToMarc gets used more generally in the future. -- You are receiving this mail because: You are watching all bug changes.