From 9285dc130e0897250c68461535c8c0f1f1d33b83 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Koha/Exporter/Record.pm b/Koha/Exporter/Record.pm index 2932f691cb0..388da6f2e2d 100644 --- a/Koha/Exporter/Record.pm +++ b/Koha/Exporter/Record.pm @@ -5,8 +5,8 @@ use MARC::File::XML; use MARC::File::USMARC; use C4::AuthoritiesMarc; -use C4::Biblio qw( GetMarcFromKohaField ); -use C4::Charset; +use C4::Biblio qw( GetMarcFromKohaField ); +use C4::Charset qw( StripNonXmlChars ); use C4::Record; use Koha::Biblios; use Koha::CsvProfiles; -- 2.39.5