View | Details | Raw Unified | Return to bug 26852
Collapse All | Expand All

(-)a/C4/Heading/MARC21.pm (-7 / +6 lines)
Lines 59-65 my $bib_heading_fields = { Link Here
59
    },
59
    },
60
    '111' => {
60
    '111' => {
61
        auth_type  => 'MEETI_NAME',
61
        auth_type  => 'MEETI_NAME',
62
        subfields  => 'acdfghjklnpqst',
62
        subfields  => 'acdefghklnpqst',
63
        main_entry => 1
63
        main_entry => 1
64
    },
64
    },
65
    '130' => {
65
    '130' => {
Lines 126-132 my $bib_heading_fields = { Link Here
126
    },
126
    },
127
    '611' => {
127
    '611' => {
128
        auth_type => 'MEETI_NAME',
128
        auth_type => 'MEETI_NAME',
129
        subfields => 'acdfghjklnpqstvxyz',
129
        subfields => 'acdefghklnpqstvxyz',
130
        subject   => 1
130
        subject   => 1
131
    },
131
    },
132
    '630' => {
132
    '630' => {
Lines 146-152 my $bib_heading_fields = { Link Here
146
    '699' => { auth_type => 'UNIF_TITLE', subfields => 'adfghklmnoprst' },
146
    '699' => { auth_type => 'UNIF_TITLE', subfields => 'adfghklmnoprst' },
147
    '700' => { auth_type => 'PERSO_NAME', subfields => 'abcdfghjklmnopqrst' },
147
    '700' => { auth_type => 'PERSO_NAME', subfields => 'abcdfghjklmnopqrst' },
148
    '710' => { auth_type => 'CORPO_NAME', subfields => 'abcdfghklmnoprst' },
148
    '710' => { auth_type => 'CORPO_NAME', subfields => 'abcdfghklmnoprst' },
149
    '711' => { auth_type => 'MEETI_NAME', subfields => 'acdfghjklnpqst' },
149
    '711' => { auth_type => 'MEETI_NAME', subfields => 'acdefghklnpqst' },
150
    '730' => { auth_type => 'UNIF_TITLE', subfields => 'adfghklmnoprst' },
150
    '730' => { auth_type => 'UNIF_TITLE', subfields => 'adfghklmnoprst' },
151
    '800' => {
151
    '800' => {
152
        auth_type => 'PERSO_NAME',
152
        auth_type => 'PERSO_NAME',
Lines 159-165 my $bib_heading_fields = { Link Here
159
        series    => 1
159
        series    => 1
160
    },
160
    },
161
    '811' =>
161
    '811' =>
162
      { auth_type => 'MEETI_NAME', subfields => 'acdfghjklnpqst', series => 1 },
162
      { auth_type => 'MEETI_NAME', subfields => 'acdefghklnpqst', series => 1 },
163
    '830' =>
163
    '830' =>
164
      { auth_type => 'UNIF_TITLE', subfields => 'adfghklmnoprst', series => 1 },
164
      { auth_type => 'UNIF_TITLE', subfields => 'adfghklmnoprst', series => 1 },
165
};
165
};
Lines 167-178 my $bib_heading_fields = { Link Here
167
my $auth_heading_fields = {
167
my $auth_heading_fields = {
168
    '100' => {
168
    '100' => {
169
        auth_type  => 'PERSO_NAME',
169
        auth_type  => 'PERSO_NAME',
170
        subfields  => 'abcdefghjklmnopqrstvxyz68',
170
        subfields  => 'abcdfghjklmnopqrstvxyz68',
171
        main_entry => 1
171
        main_entry => 1
172
    },
172
    },
173
    '110' => {
173
    '110' => {
174
        auth_type  => 'CORPO_NAME',
174
        auth_type  => 'CORPO_NAME',
175
        subfields  => 'abcdefghklmnoprstvxyz68',
175
        subfields  => 'abcdfghklmnoprstvxyz68',
176
        main_entry => 1
176
        main_entry => 1
177
    },
177
    },
178
    '111' => {
178
    '111' => {
179
- 

Return to bug 26852