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

(-)a/C4/Heading/MARC21.pm (-6 / +5 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  => 'acdefghjklnpqst',
64
        main_entry => 1
64
        main_entry => 1
65
    },
65
    },
66
    '130' => {
66
    '130' => {
Lines 81-87 my $bib_heading_fields = { Link Here
81
    },
81
    },
82
    '611' => {
82
    '611' => {
83
        auth_type => 'MEETI_NAME',
83
        auth_type => 'MEETI_NAME',
84
        subfields => 'acdfghjklnpqstvxyz',
84
        subfields => 'acdefghjklnpqstvxyz',
85
        subject   => 1
85
        subject   => 1
86
    },
86
    },
87
    '630' => {
87
    '630' => {
Lines 101-107 my $bib_heading_fields = { Link Here
101
    '699' => { auth_type => 'UNIF_TITLE', subfields => 'adfghklmnoprst' },
101
    '699' => { auth_type => 'UNIF_TITLE', subfields => 'adfghklmnoprst' },
102
    '700' => { auth_type => 'PERSO_NAME', subfields => 'abcdfghjklmnopqrst' },
102
    '700' => { auth_type => 'PERSO_NAME', subfields => 'abcdfghjklmnopqrst' },
103
    '710' => { auth_type => 'CORPO_NAME', subfields => 'abcdfghklmnoprst' },
103
    '710' => { auth_type => 'CORPO_NAME', subfields => 'abcdfghklmnoprst' },
104
    '711' => { auth_type => 'MEETI_NAME', subfields => 'acdfghjklnpqst' },
104
    '711' => { auth_type => 'MEETI_NAME', subfields => 'acdefghjklnpqst' },
105
    '730' => { auth_type => 'UNIF_TITLE', subfields => 'adfghklmnoprst' },
105
    '730' => { auth_type => 'UNIF_TITLE', subfields => 'adfghklmnoprst' },
106
    '800' => {
106
    '800' => {
107
        auth_type => 'PERSO_NAME',
107
        auth_type => 'PERSO_NAME',
Lines 114-120 my $bib_heading_fields = { Link Here
114
        series    => 1
114
        series    => 1
115
    },
115
    },
116
    '811' =>
116
    '811' =>
117
      { auth_type => 'MEETI_NAME', subfields => 'acdfghjklnpqst', series => 1 },
117
      { auth_type => 'MEETI_NAME', subfields => 'acdefghjklnpqst', series => 1 },
118
    '830' =>
118
    '830' =>
119
      { auth_type => 'UNIF_TITLE', subfields => 'adfghklmnoprst', series => 1 },
119
      { auth_type => 'UNIF_TITLE', subfields => 'adfghklmnoprst', series => 1 },
120
};
120
};
Lines 132-138 my $auth_heading_fields = { Link Here
132
    },
132
    },
133
    '111' => {
133
    '111' => {
134
        auth_type  => 'MEETI_NAME',
134
        auth_type  => 'MEETI_NAME',
135
        subfields  => 'acdfghjklnpqstvxyz',
135
        subfields  => 'acdefghjklnpqstvxyz',
136
        main_entry => 1
136
        main_entry => 1
137
    },
137
    },
138
    '130' => {
138
    '130' => {
139
- 

Return to bug 26852