Bugzilla – Attachment 134967 Details for
Bug 30728
Allow real-time holds queue opt-out
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30728: (QA follow-up) Fix missing comma
Bug-30728-QA-follow-up-Fix-missing-comma.patch (text/plain), 1.57 KB, created by
Nick Clemens (kidclamp)
on 2022-05-13 11:48:22 UTC
(
hide
)
Description:
Bug 30728: (QA follow-up) Fix missing comma
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2022-05-13 11:48:22 UTC
Size:
1.57 KB
patch
obsolete
>From 0f5b6df44a87a560cf7fc4d3cdb33f308816f21d Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 13 May 2022 11:48:00 +0000 >Subject: [PATCH] Bug 30728: (QA follow-up) Fix missing comma > >--- > installer/data/mysql/mandatory/sysprefs.sql | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/mandatory/sysprefs.sql b/installer/data/mysql/mandatory/sysprefs.sql >index 6183b76a9a..581e6be18b 100644 >--- a/installer/data/mysql/mandatory/sysprefs.sql >+++ b/installer/data/mysql/mandatory/sysprefs.sql >@@ -556,7 +556,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` > ('QueryWeightFields','1',NULL,'If ON, enables field weighting','YesNo'), > ('QuoteOfTheDay','','intranet,opac','Enable or disable display of Quote of the Day on the OPAC and staff interface home page','multiple'), > ('RandomizeHoldsQueueWeight','0',NULL,'if ON, the holds queue in circulation will be randomized, either based on all location codes, or by the location codes specified in StaticHoldsQueueWeight','YesNo'), >-('RealTimeHoldsQueue', '0', NULL, 'Enable updating the holds queue in real time', 'YesNo') >+('RealTimeHoldsQueue', '0', NULL, 'Enable updating the holds queue in real time', 'YesNo'), > ('RecallsLog','1',NULL,'If ON, log create/cancel/expire/fulfill actions on recalls','YesNo'), > ('RecallsMaxPickUpDelay','7',NULL,'Define the maximum time a recall can be awaiting pickup','Integer'), > ('RecordLocalUseOnReturn','0',NULL,'If ON, statistically record returns of unissued items as local use, instead of return','YesNo'), >-- >2.30.2
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 30728
:
134823
|
134824
|
134825
|
134826
|
134827
|
134828
|
134829
|
134831
|
134832
|
134833
|
134834
|
134857
|
134858
|
134859
|
134860
| 134967