[Koha-bugs] [Bug 24480] Fields added with MARC modifications templates are not added in an ordered way

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 3 02:54:25 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24480

--- Comment #27 from Phil Ringnalda <phil at chetcolibrary.org> ---
And that does work:  $record->insert_fields_ordered( reverse( @new_fields ) );
will copy/move "First" "Second" to "First" "Second". Just requires a little
more test adjustment.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list