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>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
This commit is contained in:
Kyle Hall 2022-02-10 14:21:33 -05:00 committed by Fridolin Somers
parent 21223c7c5e
commit 912f82cb48

View file

@ -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')
});
},
};