https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24675
Martin Renvoize <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #99130|0 |1 is obsolete| | --- Comment #4 from Martin Renvoize <[email protected]> --- Created attachment 99508 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=99508&action=edit Bug 24675: 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. NB: All the subfields not written in the file C4/Heading/MARC21.pm have the same problem. Signed-off-by: Martin Renvoize <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
