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

(-)a/authorities/authorities.pl (-2 / +1 lines)
Lines 322-328 sub GetMandatoryFieldZ3950 { Link Here
322
    }else{
322
    }else{
323
        return {
323
        return {
324
            '200a' => 'authorpersonal',
324
            '200a' => 'authorpersonal',
325
            '210a' => 'authormeetingcon', #210 in UNIMARC is used for both corporation and meeting
325
            '210a' => 'authorcorp', #210 in UNIMARC is used for both corporation and meeting
326
            '230a' => 'uniformtitle',
326
            '230a' => 'uniformtitle',
327
        };
327
        };
328
    }
328
    }
329
- 

Return to bug 29260