From 2b0b5d68de77f977e894dc69a379b1c8f4034eea Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 17 Feb 2017 08:10:43 +0100 Subject: [PATCH] Bug 15498: [QA Follow-up] Additional changes Adds ExportRemoveFields to sysprefs.sql Signed-off-by: Marcel de Rooy Signed-off-by: Kyle M Hall --- installer/data/mysql/sysprefs.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/installer/data/mysql/sysprefs.sql b/installer/data/mysql/sysprefs.sql index 3e5d19a5bc..77c6a90244 100644 --- a/installer/data/mysql/sysprefs.sql +++ b/installer/data/mysql/sysprefs.sql @@ -155,6 +155,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` ('ExpireReservesMaxPickUpDelayCharge','0',NULL,'If ExpireReservesMaxPickUpDelay is enabled, and this field has a non-zero value, than a borrower whose waiting hold has expired will be charged this amount.','free'), ('ExpireReservesOnHolidays', '1', NULL, 'If false, reserves at a library will not be canceled on days the library is not open.', 'YesNo'), ('ExportCircHistory', 0, NULL, "Display the export circulation options", 'YesNo' ), +('ExportRemoveFields','',NULL,'List of fields for non export in circulation.pl (separated by a space)','Free'), ('ExtendedPatronAttributes','0',NULL,'Use extended patron IDs and attributes','YesNo'), ('FacetLabelTruncationLength','20',NULL,'Specify the facet max length in OPAC','Integer'), ('FacetMaxCount','20',NULL,'Specify the max facet count for each category','Integer'), -- 2.39.2