Bug 30941: Add cataloguing plugins for 146$bcdef (UNIMARC)
authorJulian Maurice <julian.maurice@biblibre.com>
Wed, 19 Jan 2022 15:09:28 +0000 (16:09 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 19 Aug 2022 11:55:09 +0000 (08:55 -0300)
commit66dbdf5da88e1c5956794d72393e4fec00f90b86
tree4f48b589d57ba8d4027d4bb853e878d5678e0d80
parent9b2bf04e09fe60391976069fa54312b4a5028a79
Bug 30941: Add cataloguing plugins for 146$bcdef (UNIMARC)

Test plan:
1. Configure the default MARC framework to use those value builders:
   - unimarc_field_146b for 146$b
   - unimarc_field_146c for 146$c
   - unimarc_field_146d for 146$d
   - unimarc_field_146e for 146$e
   - unimarc_field_146f for 146$f
2. Verify that they all work correctly according to
https://www.ifla.org/files/assets/uca/unimarc_updates/BIBLIOGRAPHIC/u-b_146.pdf

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
12 files changed:
Koha/CodeList/Unimarc/MediumOfPerformance.pm [new file with mode: 0644]
Koha/I18N.pm
cataloguing/value_builder/unimarc_field_146b.pl [new file with mode: 0644]
cataloguing/value_builder/unimarc_field_146c.pl [new file with mode: 0644]
cataloguing/value_builder/unimarc_field_146d.pl [new file with mode: 0644]
cataloguing/value_builder/unimarc_field_146e.pl [new file with mode: 0644]
cataloguing/value_builder/unimarc_field_146f.pl [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_146b.tt [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_146c.tt [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_146d.tt [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_146e.tt [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_146f.tt [new file with mode: 0644]