[Koha-bugs] [Bug 29260] UNIMARC 210a is reported to Author (meeting/conference) when upgrading an authority through Z3950

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 20 08:57:01 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29260

--- Comment #5 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
    if ( C4::Context->preference('marcflavour') eq 'MARC21' ){
        return {
            '100a' => 'authorpersonal',
            '110a' => 'authorcorp',
            '111a' => 'authormeetingcon',
            '130a' => 'uniformtitle',
            '150a' => 'subject',
        };
    }else{
        return {
            '200a' => 'authorpersonal',
            '210a' => 'authorcorp', #210 in UNIMARC is used for both
corporation and meeting
            '230a' => 'uniformtitle',
        };

The first thing I ask myself when seeing this, is: Does UNIMARC have no
subjects?
If this needs correction too, open a new report. Lets call this out of scope
here.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list