From e6048425b1616f7b70a1c746c1db95e44322ff54 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 53c6452..f1beb89 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