Bugzilla – Attachment 58128 Details for
Bug 14146
Add option to add restriction period when checking-in several overdues for same patron
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14146: Add the new pref CumulativeRestrictionPeriods
Bug-14146-Add-the-new-pref-CumulativeRestrictionPe.patch (text/plain), 2.10 KB, created by
Jonathan Druart
on 2016-12-12 15:33:11 UTC
(
hide
)
Description:
Bug 14146: Add the new pref CumulativeRestrictionPeriods
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-12-12 15:33:11 UTC
Size:
2.10 KB
patch
obsolete
>From e455d6173ed6e9c05b7907bf98ffe89c2df23f01 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 12 Dec 2016 16:03:01 +0100 >Subject: [PATCH] Bug 14146: Add the new pref CumulativeRestrictionPeriods > >Sponsored-by: Orex Digital >--- > installer/data/mysql/atomicupdate/bug_14146.sql | 2 ++ > installer/data/mysql/sysprefs.sql | 1 + > 2 files changed, 3 insertions(+) > create mode 100644 installer/data/mysql/atomicupdate/bug_14146.sql > >diff --git a/installer/data/mysql/atomicupdate/bug_14146.sql b/installer/data/mysql/atomicupdate/bug_14146.sql >new file mode 100644 >index 0000000..24cc49f >--- /dev/null >+++ b/installer/data/mysql/atomicupdate/bug_14146.sql >@@ -0,0 +1,2 @@ >+INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) >+VALUES ('CumulativeRestrictionPeriods', 0, NULL, 'Cumulate the restriction periods instead of keeping the highest', 'YesNo'); >diff --git a/installer/data/mysql/sysprefs.sql b/installer/data/mysql/sysprefs.sql >index ef83c3d..7b0cf18 100644 >--- a/installer/data/mysql/sysprefs.sql >+++ b/installer/data/mysql/sysprefs.sql >@@ -109,6 +109,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` > ('ConfirmFutureHolds','0','','Number of days for confirming future holds','Integer'), > ('ConsiderOnSiteCheckoutsAsNormalCheckouts','1',NULL,'Consider on-site checkouts as normal checkouts','YesNo'), > ('CronjobLog','0',NULL,'If ON, log information from cron jobs.','YesNo'), >+('CumulativeRestrictionPeriods',0,NULL,'Cumulate the restriction periods instead of keeping the highest','YesNo'), > ('CurrencyFormat','US','US|FR|CH','Determines the display format of currencies. eg: \'36000\' is displayed as \'360 000,00\' in \'FR\' or \'360,000.00\' in \'US\'.','Choice'), > ('dateformat','us','metric|us|iso|dmydot','Define global date format (us mm/dd/yyyy, metric dd/mm/yyy, ISO yyyy-mm-dd, dmydot dd.mm.yyyy)','Choice'), > ('DebugLevel','2','0|1|2','Define the level of debugging information sent to the browser when errors are encountered (set to 0 in production). 0=none, 1=some, 2=most','Choice'), >-- >2.9.3
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 14146
:
58128
|
58129
|
58130
|
58131
|
58149
|
60406
|
60407
|
60408
|
60409
|
61535
|
61536
|
61537
|
61538