http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14769
Zeno Tajoli <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|Needs Signoff |Failed QA --- Comment #2 from Zeno Tajoli <[email protected]> --- Hi Julian, this statement 'Biblio field indicators should be the same indicators as the linked authority's main field' is not correct, at least in MARC21. >From LOC Manual: Bib tag 600 is connect with Auth tag 100 Bib ind 1 == Auth ind 1 Bib ind 2 is different from Auth ind 2 Bib tag 240 is connect with Auth tag 130 Bib ind 1 is different from Auth ind 1 Bib ind 2 == Auth ind 2 Bib tag 630 is connect with Auth tag 130 Bib ind 1 == Auth ind 2 Bib ind 2 is different from Auth ind 1 If fact it is true also for Unimarc. >From IFLA Manual: Bib tag 500 is connect with Auth tag 230 Bib ind 1 is different from Auth ind 1 Bib ind 2 is different from Auth ind 2 I think that the idea is good but need to manage those cases with specific routines for MARC21 and Unimarc. For NORMARC we need to ask to Magnus Enger, we can start with a copy of MARC21 routine -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
