https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17233
--- Comment #6 from Jacek Ablewicz <[email protected]> --- As far as I know, for all practical purposes, classification records (or "classification authority records" in other nomenclature) are authority records, just slightly different kind than "ordinary" authority records. LoC classification records are generally speaking, numeric classification records (of different types: UDC, Dewey, and so on) controlled by an authority. In MARC21 biblio records, classification numbers are typically in 08X fields, and in the authority record, corresponding classification number is (usually ?) in the heading field with 153 tag. But, as Katrin said, for such "classification authority records" to be fully functional in Koha, apart from user-configurable stuff like frameworks, zebra indexes etc., you need to make some changes (additions) in the code too: - C4/Heading/MARC21.pm - C4/AuthoritiesMarc.pm because tag numbers and subfields for a given authority types are hard coded in there. For example (we are using UDC numerical classification in here), we needed to add definitions for 080 and 153 tags in aforementioned files, because they were not supported by default. -- 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/
