From 289e0aba7560afddc93a080ec1bac31d11c266d0 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 Signed-off-by: Jonathan Druart --- 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.39.2