http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8203 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Failed QA CC| |paul.poulain@biblibre.com --- Comment #8 from Paul Poulain <paul.poulain@biblibre.com> --- QA comment : UNIMARC epic fail when saving in MARCXML... The patch I made for bug 8202 is probably the way to investigate, I let you do this time: + if ($marcflavour eq 'UNIMARC' && $record_type eq 'auths') { + print $record->as_xml_record('UNIMARCAUTH'); + } else { + print $record->as_xml_record($marcflavour); + } -- You are receiving this mail because: You are watching all bug changes.