@@ -, +, @@ --- Koha/Exporter/Record.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Koha/Exporter/Record.pm +++ a/Koha/Exporter/Record.pm @@ -6,7 +6,7 @@ use MARC::File::USMARC; use C4::AuthoritiesMarc; use C4::Biblio qw( GetMarcFromKohaField ); -use C4::Charset; +use C4::Charset qw( StripNonXmlChars ); use C4::Record; use Koha::CsvProfiles; use Koha::Database; --