Bugzilla – Attachment 28663 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-.patch (text/plain), 1.93 KB, created by
Kyle M Hall (khall)
on 2014-06-04 18:24:33 UTC
(
hide
)
Description:
Bug 8735 [QA Followup 2] - Remove extra period, add bug number to db update
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2014-06-04 18:24:33 UTC
Size:
1.93 KB
patch
obsolete
>From e7a44bee9a6f09dfa0b09515354fc7fca4e05271 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 > >--- > 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 0994c8d..b205ab8 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -8554,7 +8554,7 @@ if (CheckVersion($DBversion)) { > $DBversion = "3.15.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 2ffdbe9..90ca391 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 >@@ -502,7 +502,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.2.5
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