@@ -, +, @@ install, they may be using EDI --- installer/data/mysql/atomicupdate/bug_16258.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/installer/data/mysql/atomicupdate/bug_16258.pl +++ a/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') }); }, }; --