3 Jul
2023
3 Jul
'23
2:54 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24480 --- Comment #27 from Phil Ringnalda <phil@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.