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

(-)a/C4/Heading/MARC21.pm (-3 / +2 lines)
Lines 79-85 my $bib_heading_fields = { Link Here
79
    },
79
    },
80
    '150' => {
80
    '150' => {
81
        auth_type => 'TOPIC_TERM',
81
        auth_type => 'TOPIC_TERM',
82
        subfields => 'abvxyz68',
82
        subfields => 'abgvxyz68',
83
        main_entry => 1
83
        main_entry => 1
84
    },
84
    },
85
    '151' => {
85
    '151' => {
Lines 197-203 my $auth_heading_fields = { Link Here
197
    },
197
    },
198
    '150' => {
198
    '150' => {
199
        auth_type  => 'TOPIC_TERM',
199
        auth_type  => 'TOPIC_TERM',
200
        subfields  => 'abvxyz68',
200
        subfields  => 'abgvxyz68',
201
        main_entry => 1
201
        main_entry => 1
202
    },
202
    },
203
    '151' => {
203
    '151' => {
204
- 

Return to bug 30218