@@ -, +, @@ authorities --- authorities/blinddetail-biblio-search.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/authorities/blinddetail-biblio-search.pl +++ a/authorities/blinddetail-biblio-search.pl @@ -122,9 +122,9 @@ if ($authid) { $indicator2 = defined $thes_mapping{$thes_008_11} ? $thes_mapping{$thes_008_11} : $thes_008_11; if ($indicator2 eq '7') { if ($thes_008_11 eq 'r') { - $subfields{'2'} = ['aat']; + push @subfield_loop, { marc_subfield => '2', marc_values => ('aat') }; } elsif ($thes_008_11 eq 's') { - $subfields{'2'} = ['sears']; + push @subfield_loop, { marc_subfield => '2', marc_values => ('sears') }; } } } --