From 64700850a42326e5d5ee1b16008efe53bc1367e5 Mon Sep 17 00:00:00 2001 From: Colin Campbell Date: Fri, 13 May 2016 10:18:30 +0100 Subject: [PATCH 2/2] Bug 16288 Remove unused EDI Shipping Budget syspref --- installer/data/mysql/atomicupdate/removeoldsyspref.sql | 2 ++ installer/data/mysql/sysprefs.sql | 1 - 2 files changed, 2 insertions(+), 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..f655e83 --- /dev/null +++ b/installer/data/mysql/atomicupdate/removeoldsyspref.sql @@ -0,0 +1,2 @@ +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.5.5