10 Mar
2020
10 Mar
'20
5 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21708 --- Comment #13 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to paxed from comment #0)
This is due to TransformHtmlToMarc in C4/Biblio.pm, specifically the $param eq 'biblionumber' case, which pushes the param in the array first, and then the sub uses $record->append_field()
Perhaps the array should be sorted by field tag before appending the fields?
Yes, I saw that too :) -- You are receiving this mail because: You are watching all bug changes.