From 466e7e9d7ccf0b4fcc78bc920f2d7c1f52359e97 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 --- 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 42132bfcc9..bb83294ac1 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 @@ -295,7 +295,7 @@ Required [% END %] - [% IF (mv.type == 'text' || mv.type == 'textarea' ) %] + [% IF (mv.type == 'text' || mv.type == 'text2' || mv.type == 'textarea' ) %] RegEx [% END %] -- 2.20.1