use OpenSRF::Utils::Logger qw/$logger/;
use OpenILS::Utils::CStoreEditor qw/:funcs/;
use OpenILS::Utils::Fieldmapper;
-use OpenILS::Utils::Normalize qw/search_normalize/;
+use OpenILS::Utils::Normalize qw/naco_normalize search_normalize/;
use OpenILS::Application::AppUtils;
use OpenSRF::Utils::JSON;
use OpenSRF::Utils::Cache;
my $h = { main_entry => ( $acsaf->main_entry ? 0 : 1 ),
heading => _get_authority_heading($field, \%sf_lookup, $acsaf->joiner) };
- my $norm = search_normalize($h->{heading});
+ my $norm = naco_normalize($h->{heading});
if (exists $heading_type_map{$norm}) {
$h->{type} = $heading_type_map{$norm};
}