[21.05] Bug 21958: Add missing subfields

This commit is contained in:
Kyle Hall 2021-09-23 11:44:02 +00:00
parent 8ab5f55d01
commit 27402bef1d

View file

@ -168,12 +168,12 @@ my $bib_heading_fields = {
my $auth_heading_fields = {
'100' => {
auth_type => 'PERSO_NAME',
subfields => 'abcdfghjklmnopqrstvxyz68',
subfields => 'abcdefghjklmnopqrstvxyz68',
main_entry => 1
},
'110' => {
auth_type => 'CORPO_NAME',
subfields => 'abcdfghklmnoprstvxyz68',
subfields => 'abcdefghklmnoprstvxyz68',
main_entry => 1
},
'111' => {