https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24675 --- Comment #1 from Bouzid Fergani <bouzid.fergani@inlibro.com> --- Created attachment 99122 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=99122&action=edit Bug24675: Update MARC21 config for bib_heading_fields To reproduce: - Enable the sysprefs AutoCreateAuthorities BiblioAddsAuthorities CatalogModuleRelink - Edit or open any biblio record - fill all subfields of the field 100 In my case , I have $a, $d, $e, $q - Save and continue editing - Check the $9 of the field 100 filled for the authid(auto create of authority) - Open the detail of the new authority created using authid ($9) - In the new authority, $e is not filled This problem produce, because in C4/Heading/MARC21.pm, the list of subfields for each field is not upated since 2011. The source of new list of subfields is : library of congress (https://www.loc.gov/marc/bibliographic) When applying the patch, all subfields is reported correctly in the new authority. -- You are receiving this mail because: You are watching all bug changes.