http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8203

Paul Poulain <paul.poul...@biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Passed QA                   |Failed QA
                 CC|                            |paul.poul...@biblibre.com

--- Comment #8 from Paul Poulain <paul.poul...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to