https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29260
--- Comment #5 from Marcel de Rooy <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
