@@ -, +, @@ - Edit subfields for a tag, e.g. 245. This is only for testing purposes so it doesn't have to be any particular tag. - Change the options for one of the subfields, e.g. $a. Under "Other options (choose one), set "Plugin" to "unimarc_field_140.pl" - Save changes. - Open a bibliographic record for editing using the framework you modified. - Click the plugin link next to the subfield you modified, e.c. 245$a. - This should trigger the "UNIMARC field 140 builder" popup window. - Find "Literature" and select "Mystic literature." Save. - In the MARC editor, the field you modified should contain the value "li" at position 17-18. --- .../prog/en/modules/cataloguing/value_builder/unimarc_field_140.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_140.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_140.tt @@ -1504,9 +1504,9 @@ [% END %] [% IF ( f14li ) %] - + [% ELSE %] - + [% END %] [% IF ( f14ma ) %] --