https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35115 Pedro Amorim <pedro.amorim@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremy.evans@ukhsa.gov.uk --- Comment #6 from Pedro Amorim <pedro.amorim@ptfs-europe.com> --- (In reply to Jonathan Druart from comment #4)
ok for me, please provide tests.
Also you can replace the loop with
$biblio = { map { ( "biblio.$_" => $biblio->{$_} ) } keys %$biblio };
Thank you for taking a look Jonathan, this is great. I'm not sure when I'll be able to get back to this, but there is still the matter of: ATTENTION: This does not solve the whole issue, i.e. MARC fields not mapped to Koha fields will still be stripped. More work required. -- You are receiving this mail because: You are watching all bug changes.