Bug 18663: Add pref ExportRemoveFields if missing
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 23 May 2017 19:16:17 +0000 (16:16 -0300)
committerKyle M Hall <kyle@bywatersolutions.com>
Mon, 29 May 2017 02:03:17 +0000 (22:03 -0400)
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>
installer/data/mysql/atomicupdate/bug_18663.sql [new file with mode: 0644]

diff --git a/installer/data/mysql/atomicupdate/bug_18663.sql b/installer/data/mysql/atomicupdate/bug_18663.sql
new file mode 100644 (file)
index 0000000..b8f2468
--- /dev/null
@@ -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');