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:
parent
21223c7c5e
commit
912f82cb48
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
});
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue