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

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

Return to bug 26852