https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35631 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au --- Comment #3 from David Cook <dcook@prosentient.com.au> --- So according to https://metacpan.org/pod/MARC::File::XML#MARC::File::XML-%3Edefault_record_format([$format]) the only valid formats are "MARC21, USMARC, UNIMARC and UNIMARCAUTH" In the code for MARC::File::XML, it mostly just checks if it's unimarc or not, and I think there's one test for unimarc vs unimarcauth. So... I think we can probably just change this to "UNIMARC" and "MARC21/USMARC". For migrating... I'd say force to MARC21/USMARC for other formats, since that's what the MARC::* code appears to do anyway. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.