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:
Jonathan Druart 2017-05-23 16:16:17 -03:00 committed by Kyle M Hall
parent f0eda04ddf
commit 6f29c775d9

View 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');