Bug 18663: Add pref ExportRemoveFields if missing
Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
parent
f0eda04ddf
commit
6f29c775d9
1 changed files with 2 additions and 0 deletions
2
installer/data/mysql/atomicupdate/bug_18663.sql
Normal file
2
installer/data/mysql/atomicupdate/bug_18663.sql
Normal file
|
@ -0,0 +1,2 @@
|
|||
INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES
|
||||
('ExportRemoveFields','',NULL,'List of fields for non export in circulation.pl (separated by a space)','Free');
|
Loading…
Reference in a new issue