From 45b6ea652797288d2910b121e3009696c847791d Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Tue, 17 Apr 2018 07:55:52 +0200 Subject: [PATCH] Bug 19862: Turn off RoutingListAddReserves on new installations The RoutingListAddReserves feature currently doesn't work as expected (see bug 2894) and should be turned off for new installations until properly fixed. To test: - Run the web installer - Confirm that RoutingListAddReserves is set to "Don't place" Signed-off-by: Julian Maurice Signed-off-by: Marcel de Rooy Signed-off-by: Jonathan Druart --- installer/data/mysql/sysprefs.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/sysprefs.sql b/installer/data/mysql/sysprefs.sql index 9f90163f89..2ea76a48dc 100644 --- a/installer/data/mysql/sysprefs.sql +++ b/installer/data/mysql/sysprefs.sql @@ -478,7 +478,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` ('ReturnToShelvingCart','0','','If set, when any item is \'checked in\', it\'s location code will be changed to CART.','YesNo'), ('reviewson','1','','If ON, enables patron reviews of bibliographic records in the OPAC','YesNo'), ('RisExportAdditionalFields', '', NULL , 'Define additional RIS tags to export from MARC records in YAML format as an associative array with either a marc tag/subfield combination as the value, or a list of tag/subfield combinations.', 'textarea'), -('RoutingListAddReserves','1','','If ON the patrons on routing lists are automatically added to holds on the issue.','YesNo'), +('RoutingListAddReserves','0','','If ON the patrons on routing lists are automatically added to holds on the issue.','YesNo'), ('RoutingListNote','To change this note edit RoutingListNote system preference.','70|10','Define a note to be shown on all routing lists','Textarea'), ('RoutingSerials','1',NULL,'If ON, serials routing is enabled','YesNo'), ('SCOMainUserBlock','','70|10','Add a block of HTML that will display on the self checkout screen','Textarea'), -- 2.39.5