https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38634 Bug ID: 38634 Summary: marc21_framework_DEFAULT.yml refers to non-existant column biblioitems.cn_prefix Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Database Assignee: koha-bugs@lists.koha-community.org Reporter: baptiste.wojtkowski@biblibre.com QA Contact: testopia@bugs.koha-community.org In file installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml, there is following entry:
279 - tagfield: "942" 280 tagsubfield: "k" 281 liblibrarian: "Call number prefix" 282 libopac: "Call number prefix" 283 repeatable: 0 284 mandatory: 0 285 kohafield: biblioitems.cn_prefix 286 tab: 9 287 authorised_value: "" 288 authtypecode: "" 289 value_builder: "" 290 isurl: 291 hidden: 0 292 frameworkcode: "" 293 seealso: "" 294 link: "" 295 defaultvalue:
However the table does not exist in the DB. I have no clue on who is right. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.