From e7a44bee9a6f09dfa0b09515354fc7fca4e05271 Mon Sep 17 00:00:00 2001 From: Kyle M Hall 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