https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37305
Martin Renvoize (ashimema) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #181981|0 |1 is obsolete| | --- Comment #6 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 183540 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=183540&action=edit Bug 37305: Subfield order matters This patch updates the use of a hash to store and then pass subfields to the MARC::Field new method to an array with key/value pairs using fat comma's. This allows us to maintain the integrity check that we're passing string as the first arguament in each pair whilst also allowing us to ensure fields are passed in the order they are found. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
