https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24015 Bug ID: 24015 Summary: UNIMARC Authorities Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: MARC Authority data support Assignee: koha-bugs@lists.koha-community.org Reporter: Igor.A.Sychev@mail.ru QA Contact: testopia@bugs.koha-community.org UNIMARC Authorities, 3rd edition Add 010 - International Standard Name Identifier (ISNI) (new 2016) 017 - Other Identifier (new 2017) https://www.ifla.org/publications/unimarc-authorities--3rd-edition--updates?... authorities_normal_unimarc.sql: ... ('', '010', 'International Standard Name Identifier (ISNI)', 'International Standard Name Identifier (ISNI)', 0, 0, ''), ... ('', '017', 'Other Identifier', 'Other Identifier', 0, 0, ''), ... ('', '010', 'a', 'Number (ISNI)', 'Number (ISNI)', 0, 0, 0, '', '', '', 0, 1, 0, '', ''), ('', '010', 'y', 'Cancelled ISNI', 'Cancelled ISNI', 1, 0, 0, '', '', '', 0, 1, 0, '', ''), ('', '010', 'z', 'Erroneous ISNI', 'Erroneous ISNI', 1, 0, 0, '', '', '', 0, 1, 0, '', ''), ('', '010', '6', 'Interfield linking data', 'Interfield linking data', 1, 0, 0, '', '', '', 0, 1, 0, '', ''), ... ('', '017', 'a', 'Identifier', 'Identifier', 0, 0, 0, '', '', '', 0, 1, 0, '', ''), ('', '017', 'b', 'Qualification', 'Qualification', 1, 0, 0, '', '', '', 0, 1, 0, '', ''), ('', '017', 'z', 'Erroneous Identifier', 'Erroneous Identifier', 1, 0, 0, '', '', '', 0, 1, 0, '', ''), ('', '017', '2', 'System Code', 'System Code', 0, 0, 0, '', '', '', 0, 1, 0, '', ''), ... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.