From 6e4b652b33e879211618986c59d933600abae50e Mon Sep 17 00:00:00 2001
From: Kyle Hall <kyle@bywatersolutions.com>
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 <kyle@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
---
 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.30.2