http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12037 Bug ID: 12037 Summary: MARC21 authority editor: can't edit/add 'Koha field' to auth subfield Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: MARC Authority data support Assignee: gmcharlt@gmail.com Reporter: bgkriegel@gmail.com QA Contact: testopia@bugs.koha-community.org Go to Administration > Authority types Click MARC structure of any framework, For tag 001 or 942, click subfields. Both have one subfield linked to some Koha field, but this value can't be changed. If you press Edit, 001 shows a dual edition screen and 942 only one, but neither shows an option to change Koha field. The data is sent to the template, as an scalar value in former screen, and as an CGI::scrolling_list output on editor (admin/auth_subfields_structure.pl) But template file (auth_subfields_structure.tt) does not have the code to show the corresponding pulldown. Don't know if this is a design decision, if yes some code could be removed from pl file, if no some code is needed on tt file. -- You are receiving this mail because: You are watching all bug changes.