https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17233 --- Comment #8 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Jacek Ablewicz from comment #6)
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.
Would these adjustments be interesting too for the community? -- You are receiving this mail because: You are watching all bug changes.