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

(-)a/authorities/authorities.pl (-2 / +1 lines)
Lines 340-346 sub GetMandatoryFieldZ3950 { Link Here
340
    }else{
340
    }else{
341
        return {
341
        return {
342
            '200a' => 'authorpersonal',
342
            '200a' => 'authorpersonal',
343
            '210a' => 'authormeetingcon', #210 in UNIMARC is used for both corporation and meeting
343
            '210a' => 'authorcorp', #210 in UNIMARC is used for both corporation and meeting
344
            '230a' => 'uniformtitle',
344
            '230a' => 'uniformtitle',
345
        };
345
        };
346
    }
346
    }
347
- 

Return to bug 29260