From 03fb5c731c2f96089162d9838014d6719aae16a3 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Thu, 31 Mar 2022 11:17:11 +0000 Subject: [PATCH] Bug 30135: (QA follow-up) Fix typo in update Signed-off-by: Nick Clemens --- installer/data/mysql/atomicupdate/bug_30135.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/atomicupdate/bug_30135.pl b/installer/data/mysql/atomicupdate/bug_30135.pl index 54994e6c64..52c87d5105 100755 --- a/installer/data/mysql/atomicupdate/bug_30135.pl +++ b/installer/data/mysql/atomicupdate/bug_30135.pl @@ -8,7 +8,7 @@ return { my ($dbh, $out) = @$args{qw(dbh out)}; $dbh->do(q{ INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES - ('EdifactLSQ', 'location', 'location|ccode', "Map EDI sequence code (GIR+LSQ) to Koha Item field', 'Choice') + ('EdifactLSQ', 'location', 'location|ccode', "Map EDI sequence code (GIR+LSQ) to Koha Item field", 'Choice') }); }, }; -- 2.30.2