From b477b39400ab5af02b7acc06455b49d06492f7e8 Mon Sep 17 00:00:00 2001 From: David Gustafsson Date: Thu, 22 Jul 2021 16:22:26 +0200 Subject: [PATCH] Bug 20551: Add missing subroutine import --- Koha/Exporter/Record.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/Exporter/Record.pm b/Koha/Exporter/Record.pm index 83680b50ea..55f74fd540 100644 --- a/Koha/Exporter/Record.pm +++ b/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; -- 2.20.1