From 379c22c956fa2f4ab9b9cd8a9782ec59687d8bb5 Mon Sep 17 00:00:00 2001 From: Colin Campbell Date: Fri, 13 May 2016 10:18:30 +0100 Subject: [PATCH] Bug 16288: Remove unused EDI Shipping Budget syspref Signed-off-by: Tomas Cohen Arazi --- installer/data/mysql/atomicupdate/removeoldsyspref.sql | 1 + installer/data/mysql/sysprefs.sql | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 installer/data/mysql/atomicupdate/removeoldsyspref.sql diff --git a/installer/data/mysql/atomicupdate/removeoldsyspref.sql b/installer/data/mysql/atomicupdate/removeoldsyspref.sql new file mode 100644 index 0000000..38f4fff --- /dev/null +++ b/installer/data/mysql/atomicupdate/removeoldsyspref.sql @@ -0,0 +1 @@ +DELETE FROM systempreferences where variable = 'EDIInvoicesShippingBudget'; diff --git a/installer/data/mysql/sysprefs.sql b/installer/data/mysql/sysprefs.sql index d95754d..2b95c99 100644 --- a/installer/data/mysql/sysprefs.sql +++ b/installer/data/mysql/sysprefs.sql @@ -132,7 +132,6 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` ('DumpTemplateVarsIntranet', '0', NULL , 'If enabled, dump all Template Toolkit variable to a comment in the html source for the staff intranet.', 'YesNo'), ('DumpTemplateVarsOpac', '0', NULL , 'If enabled, dump all Template Toolkit variable to a comment in the html source for the opac.', 'YesNo'), ('EasyAnalyticalRecords','0','','If on, display in the catalogue screens tools to easily setup analytical record relationships','YesNo'), -('EDIInvoicesShippingBudget',NULL,NULL,'The budget code used to allocate shipping charges to when processing EDI Invoice messages','free'), ('emailLibrarianWhenHoldIsPlaced','0',NULL,'If ON, emails the librarian whenever a hold is placed','YesNo'), ('EnableAdvancedCatalogingEditor','0','','Enable the Rancor advanced cataloging editor','YesNo'), ('EnableBorrowerFiles','0',NULL,'If enabled, allows librarians to upload and attach arbitrary files to a borrower record.','YesNo'), -- 2.8.2