Bug 30504: Value builder for field 181
authorjeremy breuillard <jeremy.breuillard@biblibre.com>
Thu, 3 Mar 2022 09:32:04 +0000 (10:32 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 19 Aug 2022 11:45:22 +0000 (08:45 -0300)
commitc3ae151d93bfed5ec019d1811843c1e683d1db35
tree77267bef3a00db83e2111db1668bb10b602b3cef
parente94665bba5c5a43c8a57b1700fe1d38c67b7ce26
Bug 30504: Value builder for field 181

This patch provides values builders for the subfields $a, $b, $c and $2. Those are unimarc official codes who help to identify the kind of items

Test plan:
1)Go to Home > Cataloging > New record
2)Section 1 - field 181 : it contains subfields $a, $b, $c & $2
3)Inputs are writable but notice that no plugins are suggested
4)Apply patch and repeat 1) to 3)
5)Values builders plugins are available for $a, $b, $c and $2

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>
cataloguing/value_builder/unimarc_field_181-2.pl [new file with mode: 0755]
cataloguing/value_builder/unimarc_field_181a.pl [new file with mode: 0755]
cataloguing/value_builder/unimarc_field_181b.pl [new file with mode: 0755]
cataloguing/value_builder/unimarc_field_181c.pl [new file with mode: 0755]
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_181-2.tt [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_181a.tt [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_181b.tt [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_181c.tt [new file with mode: 0644]