From 659730195def44bac4fbb0e8f86d14b9bc2fed75 Mon Sep 17 00:00:00 2001 From: Janusz Kaczmarek Date: Sun, 21 Dec 2014 09:31:47 +0100 Subject: [PATCH] Bug 26852 -- subfield $e missing in X11 definition of MARC21 headings Content-Type: text/plain; charset="utf-8" --- C4/Heading/MARC21.pm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/C4/Heading/MARC21.pm b/C4/Heading/MARC21.pm index 5802914438..ee19f885ea 100644 --- a/C4/Heading/MARC21.pm +++ b/C4/Heading/MARC21.pm @@ -60,7 +60,7 @@ my $bib_heading_fields = { }, '111' => { auth_type => 'MEETI_NAME', - subfields => 'acdfghjklnpqst', + subfields => 'acdefghjklnpqst', main_entry => 1 }, '130' => { @@ -81,7 +81,7 @@ my $bib_heading_fields = { }, '611' => { auth_type => 'MEETI_NAME', - subfields => 'acdfghjklnpqstvxyz', + subfields => 'acdefghjklnpqstvxyz', subject => 1 }, '630' => { @@ -101,7 +101,7 @@ my $bib_heading_fields = { '699' => { auth_type => 'UNIF_TITLE', subfields => 'adfghklmnoprst' }, '700' => { auth_type => 'PERSO_NAME', subfields => 'abcdfghjklmnopqrst' }, '710' => { auth_type => 'CORPO_NAME', subfields => 'abcdfghklmnoprst' }, - '711' => { auth_type => 'MEETI_NAME', subfields => 'acdfghjklnpqst' }, + '711' => { auth_type => 'MEETI_NAME', subfields => 'acdefghjklnpqst' }, '730' => { auth_type => 'UNIF_TITLE', subfields => 'adfghklmnoprst' }, '800' => { auth_type => 'PERSO_NAME', @@ -114,7 +114,7 @@ my $bib_heading_fields = { series => 1 }, '811' => - { auth_type => 'MEETI_NAME', subfields => 'acdfghjklnpqst', series => 1 }, + { auth_type => 'MEETI_NAME', subfields => 'acdefghjklnpqst', series => 1 }, '830' => { auth_type => 'UNIF_TITLE', subfields => 'adfghklmnoprst', series => 1 }, }; @@ -132,7 +132,7 @@ my $auth_heading_fields = { }, '111' => { auth_type => 'MEETI_NAME', - subfields => 'acdfghjklnpqstvxyz', + subfields => 'acdefghjklnpqstvxyz', main_entry => 1 }, '130' => { -- 2.11.0