https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19558
verolencinas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from verolencinas <[email protected]> --- Uniform titles in MARC21 field 240 are used if there is a primary access point present. For examples laws use the following combination: 110 $a Canada 240 $a Laws, etc. 245 $a .... Or in literary works: 100 $a Cervantes Saavedra, Miguel de 240 $a Don Quijote de la Mancha 245 $a .... The corresponding authority records should not link to the 240 field directly, but to the 110/240 or 110/240 combination. For the first example the authority record should be: 110 $a Canada $t Laws, etc. and for the second example: 100 $a Cervantes Saavedra, Miguel de $t Don Quijote de la Mancha This means Koha should be able to use one authority field to link to two fields in the bibliographic record. Koha should not use 130 Uniform title authority records to link to 240 fields. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ 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/
