@@ -, +, @@ plugin --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt @@ -302,7 +302,7 @@ Required [% END %] - [% IF (mv.type == 'text' || mv.type == 'textarea' ) %] + [% IF (mv.type == 'text' || mv.type == 'text2' || mv.type == 'textarea' ) %] RegEx [% END %] --