@@ -, +, @@ regex option 1 - Confirm 952$o is not linked to a plugin in the default marc framework 2 - Send some tiems to batch modification 3 - Confirm you can select RegEx as an option for callnumber during modification 4 - Link 952$o to the cn_browser.pl plugin 5 - Repeat batch modification 6 - Note there is no regex option 7 - Apply patch 8 - Confirm there is a regex option 9 - Unlink 952$o from plugin --- koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc @@ -187,7 +187,7 @@ [% END %] [% IF add_regex %] - [% IF (mv.type == 'text' || mv.type == 'text2' || mv.type == 'textarea' ) %] + [% IF (mv.type == 'text' || mv.type == 'text_plugin' || mv.type == 'textarea' ) %] RegEx [% END %] [% END %] --