From 5239176e60c3f505f5154836f3b043a65c5dc402 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 11 Mar 2021 16:22:13 +0100 Subject: [PATCH] Bug 27929: Allow regex for subfield linked with cataloguing plugin Signed-off-by: Andrew Fuerste-Henry Signed-off-by: Nick Clemens --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt index e07e44b228..e5086856c1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt +++ b/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 %] -- 2.11.0