From 99cf71c4b2d20bf019b29545fa29e32add10f794 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 2932f691cb..388da6f2e2 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