@@ -, +, @@ - 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_128a.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 128a builder" popup window. - Select "partsong" in the dropdown. Save. - In the MARC editor, the field you modified should contain the value "pt#" - Trigger the popup window again and click "Save" without making changes. - The value in the MARC editor should be the same. --- .../prog/en/modules/cataloguing/value_builder/unimarc_field_128a.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_128a.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_128a.tt @@ -258,7 +258,7 @@ [% END %] [% IF ( f1pt ) %] - + [% ELSE %] [% END %] --