From 14f9ce6b3910ca086f37d9549e48c3e43105547e Mon Sep 17 00:00:00 2001 From: Alex Arnaud Date: Tue, 23 Apr 2019 09:32:41 +0200 Subject: [PATCH] Bug 18823: C4::Koha::GetNormalizedISBN loading --- Koha/MetaSearcher.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/MetaSearcher.pm b/Koha/MetaSearcher.pm index 8f3e78c..21bb03e 100644 --- a/Koha/MetaSearcher.pm +++ b/Koha/MetaSearcher.pm @@ -22,7 +22,7 @@ use Modern::Perl; use base 'Class::Accessor'; use C4::Charset qw( MarcToUTF8Record ); -use C4::Koha qw(); # Purely for GetNormalizedISBN +use C4::Koha qw( GetNormalizedISBN ); use C4::Search qw(); # Purely for new_record_from_zebra use DBIx::Class::ResultClass::HashRefInflator; use IO::Select; -- 2.7.4