http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9124 Bug ID: 9124 Summary: 942e tied to undefined CN_EDITION in default MARC21 framework Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: MARC Bibliographic data support Assignee: gmcharlt@gmail.com Reporter: magnus@enger.priv.no Looks like 942e is tied to an authorized value called CN_EDITION in the default MARC21 framework (perhaps in other frameworks too, I didn't check): ('942', 'e', 'Edition', 'Edition', 0, 0, 'biblioitems.cn_edition', 9, 'CN_EDITION', '', '', NULL, 0, '', '', '', NULL), http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=installer/data/mys... CN_EDITION is not defined in either of these: installer/data/mysql/en/mandatory/auth_values.sql installer/data/mysql/en/optional/auth_val.sql This results in an empty dropdown for the 942e field on the cataloguing screen. -- You are receiving this mail because: You are watching all bug changes.