https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32285 --- Comment #7 from David Nind <david@davidnind.com> --- Testing notes (using koha-testing-docker): 1. Start up KTD with UNIMARC: KOHA_MARC_FLAVOUR=unimarc ktd 2. Update the default framwork so the 325$h and 325$j use the respective plugins: - Go to Administartion > Cataloging > MARC bibliographic frameworks - For the default framework select Actions > MARC structure - Search for the 325 tag - Edit the subfields: Actions > Edit subfields - For the 325$h subfield add the unimarc_field_325h.pl plugin - For the 325$j subfield add the unimarc_field_325j.pl plugin 3. Edit any record 4. For the 325 tag, click "Reproduction Note" to show all subfields 5. Click the tag builder icon next to the 325$h subfield 6. Notice that the label for teh field has a space before the colon: - Completeness of the reproduction code : 7. Repeat for the 325$j subfield, and note that all the labels have a space before the colon as well: - Terms of access to the reproduction : - Qualifier type : - Unit under embargo : - Number of units under embargo : 8. Apply the patch 9. Repeat steps 3-7 - there are now no space before the colon for any of the field labels. -- You are receiving this mail because: You are watching all bug changes.