Bugzilla – Attachment 88003 Details for
Bug 22044
NoRenewalBeforePrecision should be set by default for new installations
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22044: Correct syspref name
Bug-22044-Correct-syspref-name.patch (text/plain), 1.48 KB, created by
Nick Clemens (kidclamp)
on 2019-04-15 13:32:47 UTC
(
hide
)
Description:
Bug 22044: Correct syspref name
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2019-04-15 13:32:47 UTC
Size:
1.48 KB
patch
obsolete
>From 56a2d747afa1484a2f869fc6090b272833eebbb9 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Mon, 15 Apr 2019 13:32:12 +0000 >Subject: [PATCH] Bug 22044: Correct syspref name > >--- > 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 79d98edade..49559a22ba 100644 >--- a/installer/data/mysql/sysprefs.sql >+++ b/installer/data/mysql/sysprefs.sql >@@ -310,7 +310,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` > ('noissuescharge','5','','Define maximum amount withstanding before check outs are blocked','Integer'), > ('NoIssuesChargeGuarantees','','','Define maximum amount withstanding before check outs are blocked','Integer'), > ('noItemTypeImages','0',NULL,'If ON, disables item-type images','YesNo'), >-('NoRenewalBefore','exact_time','date|exact_time','Calculate NoRenewalBefore based on date only or exact time of due date','Choice'), >+('NoRenewalBeforePrecision','exact_time','date|exact_time','Calculate NoRenewalBefore based on date only or exact time of due date','Choice'), > ('NotesBlacklist','',NULL,'List of notes fields that should not appear in the title notes/description separator of details','free'), > ('NotHighlightedWords','and|or|not',NULL,'List of words to NOT highlight when OpacHitHighlight is enabled','free'), > ('NoticeBcc','','','Email address to bcc outgoing notices sent by email','free'), >-- >2.11.0
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 22044
:
83469
|
87975
|
88003
|
88121
|
88122
|
88123