https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40300 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|25.05 |Main Text to go in the| |This fixes the display of release notes| |the 830 series tag in the | |staff interface and OPAC. | |An 830 series tag which has | |a part $p subfield displays | |multiple semicolons if the | |subfield already contains | |one. | | | |Example: | |- A record with an 830 tag | |with these subfields: | | $a Analecta Gregoriana, | |Series Facultatis | |Philosophiae. | | $p Sectio B ; | | $v n. 14. | |- Before this patch is | |shows as: Analecta | |Gregoriana, Series | |Facultatis Philosophiae. | |Sectio B ; ; n. 14. | |- After the patch is shows | |as: Analecta Gregoriana, | |Series Facultatis | |Philosophiae. Sectio B ; n. | |14. --- Comment #9 from David Nind <david@davidnind.com> --- I've signed off. However, I'm not knowledgeable enough about cataloging conventions and Koha to know what the "correct" way to do this is. I know it has been discussed before, but the nuances are over my head 8-). It may pay to ask in the Koha Mattermost cataloging channel to get some feedback from catalogers. Testing notes (using KTD): 1. Edit the BKS framework to make the 830 $a, $p, and $v subfields visible in the editor. 2. Edit a record in the sample data that uses the BKS framework, for example "Programming Perl". -- You are receiving this mail because: You are watching all bug changes.