From 916337c23877ec1f75ee44088ff1666dd8c43d04 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 31 Aug 2017 22:12:48 -0400 Subject: [PATCH] LP#1638299: fix display of joiners for related and variant headings Signed-off-by: Galen Charlton Signed-off-by: Kathy Lussier --- Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Browse.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Browse.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Browse.pm index 4440b1563a..8f537c51a5 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Browse.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Browse.pm @@ -143,7 +143,7 @@ sub find_authority_headings_and_notes { foreach my $field (@fields) { my $h = { main_entry => ( $acsaf->main_entry ? 0 : 1 ), - heading => _get_authority_heading($field, \%sf_lookup), $acsaf->joiner }; + heading => _get_authority_heading($field, \%sf_lookup, $acsaf->joiner) }; my $norm = search_normalize($h->{heading}); if (exists $heading_type_map{$norm}) { -- 2.11.0