Bugzilla – Attachment 30398 Details for
Bug 8735
Expire holds waiting only on days the library is open
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8735 [QA Followup 2] - Remove extra period, add bug number to db update
Bug-8735-QA-Followup-2---Remove-extra-period-add-b.patch (text/plain), 1.97 KB, created by
Marcel de Rooy
on 2014-07-31 12:42:20 UTC
(
hide
)
Description:
Bug 8735 [QA Followup 2] - Remove extra period, add bug number to db update
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2014-07-31 12:42:20 UTC
Size:
1.97 KB
patch
obsolete
>From 3dfe062ba8b3945afd90c2976775e1d2a98dae44 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 4 Jun 2014 14:22:23 -0400 >Subject: [PATCH] Bug 8735 [QA Followup 2] - Remove extra period, add bug > number to db update >Content-Type: text/plain; charset=utf-8 > >--- > installer/data/mysql/updatedatabase.pl | 2 +- > .../en/modules/admin/preferences/circulation.pref | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl >index 195ea29..ef7ec31 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -8592,7 +8592,7 @@ if ( CheckVersion($DBversion) ) { > $DBversion = "3.17.00.XXX"; > if(C4::Context->preference("Version") < TransformToNum($DBversion) ) { > $dbh->do("INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES ('ExpireReservesOnHolidays', '1', NULL, 'If false, reserves at a library will not be canceled on days the library is not open.', 'YesNo')"); >- print "Upgrade to $DBversion done (Add syspref ExpireReservesOnHolidays\n"; >+ print "Upgrade to $DBversion done (Bug 8735 - Expire holds waiting only on days the library is open)\n"; > SetVersion ($DBversion); > } > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref >index 3d06d0a..4cb4fe6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref >@@ -496,7 +496,7 @@ Circulation: > choices: > yes: Allow > no: "Don't allow" >- - expired holds to be canceled on days the library is closed.. >+ - expired holds to be canceled on days the library is closed. > - > - pref: decreaseLoanHighHolds > choices: >-- >1.7.7.6
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 8735
:
12019
|
12020
|
13364
|
13365
|
15074
|
15075
|
15096
|
15097
|
15098
|
16508
|
17625
|
17892
|
17893
|
24598
|
24599
|
24898
|
24899
|
27268
|
28660
|
28661
|
28662
|
28663
|
30395
|
30396
|
30397
|
30398
|
30399
|
30400
|
30401
|
30402