From 3821d4c44c54d08ec004351944d4e889976858ed Mon Sep 17 00:00:00 2001 From: Kyle Hall Date: Thu, 10 Feb 2022 14:21:33 -0500 Subject: [PATCH] Bug 16258: (QA follow-up) Don't set to off for existing install, they may be using EDI Signed-off-by: Kyle M Hall Signed-off-by: Martin Renvoize --- installer/data/mysql/atomicupdate/bug_16258.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/atomicupdate/bug_16258.pl b/installer/data/mysql/atomicupdate/bug_16258.pl index 521b1ef2cf..19e74139fa 100755 --- a/installer/data/mysql/atomicupdate/bug_16258.pl +++ b/installer/data/mysql/atomicupdate/bug_16258.pl @@ -9,7 +9,7 @@ return { $dbh->do(q{ INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES - ('Edifact', '0', NULL, 'Enables edifact acquisitions functions', 'YesNo') + ('Edifact', '1', NULL, 'Enables edifact acquisitions functions', 'YesNo') }); }, }; -- 2.20.1