From 9ec25c4debf22c84dd3731bb423b917d7f7c997c Mon Sep 17 00:00:00 2001 From: Slava Shishkin Date: Mon, 25 Apr 2022 20:20:03 +0300 Subject: [PATCH] Bug 30558: Add new system preference SearchWithISSNVariations --- help.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/help.pl b/help.pl index 9216253955..e7c4149c82 100755 --- a/help.pl +++ b/help.pl @@ -17,6 +17,8 @@ # You should have received a copy of the GNU General Public License # along with Koha; if not, see . +#test string 1 + use Modern::Perl; use CGI qw ( -utf8 ); -- 2.35.1