@@ -, +, @@ mappings on the search-icon on the right. enter the name of the authority (150a!) in the search box --- C4/Heading/MARC21.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/C4/Heading/MARC21.pm +++ a/C4/Heading/MARC21.pm @@ -79,7 +79,7 @@ my $bib_heading_fields = { }, '150' => { auth_type => 'TOPIC_TERM', - subfields => 'abvxyz68', + subfields => 'abgvxyz68', main_entry => 1 }, '151' => { @@ -197,7 +197,7 @@ my $auth_heading_fields = { }, '150' => { auth_type => 'TOPIC_TERM', - subfields => 'abvxyz68', + subfields => 'abgvxyz68', main_entry => 1 }, '151' => { --