From c4c9b854db6b322d475aebbc54a55af203aafb65 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 Signed-off-by: Andrew Fuerste Henry --- 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 f7c819ce372..a19194d96bd 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.34.1