Bugzilla – Attachment 75393 Details for
Bug 19862
RoutingListAddReserves must be disabled by default
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19862: Turn off RoutingListAddReserves on new installations
Bug-19862-Turn-off-RoutingListAddReserves-on-new-i.patch (text/plain), 2.17 KB, created by
Marcel de Rooy
on 2018-05-17 11:58:42 UTC
(
hide
)
Description:
Bug 19862: Turn off RoutingListAddReserves on new installations
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2018-05-17 11:58:42 UTC
Size:
2.17 KB
patch
obsolete
>From b166a93a46e3135c483e188990e2cc5d0d35b97b Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Tue, 17 Apr 2018 07:55:52 +0200 >Subject: [PATCH] Bug 19862: Turn off RoutingListAddReserves on new > installations >Content-Type: text/plain; charset=utf-8 > >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 <julian.maurice@biblibre.com> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > 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 9f90163..2ea76a4 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 <a href=\"/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=RoutingListNote#jumped\">RoutingListNote</a> 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.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 19862
:
74288
|
75391
| 75393