Bugzilla – Attachment 51585 Details for
Bug 16539
Koha::Cache is incorrectly caching single holidays
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16539 - Koha::Cache is incorrectly caching single holidays
Bug-16539---KohaCache-is-incorrectly-caching-singl.patch (text/plain), 1.21 KB, created by
Nick Clemens (kidclamp)
on 2016-05-17 18:42:55 UTC
(
hide
)
Description:
Bug 16539 - Koha::Cache is incorrectly caching single holidays
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2016-05-17 18:42:55 UTC
Size:
1.21 KB
patch
obsolete
>From f4fe557bc78ae35637114aeb4c020f77597c9b52 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 17 May 2016 14:39:49 -0400 >Subject: [PATCH] Bug 16539 - Koha::Cache is incorrectly caching single > holidays > >This makes the loop add holidays for each bracnh instead of the calling >branch > >To test: >I used memcached-tools to view the cache, clear the cache, and wait for >holidays to regnerate > >Have a branches with different holidays >Clear the cache >Do a checkout >View the cache - one libraries holidays are repeated for all branches >Apply patch >Clear the cache >Do a checkout >Library holidays are correctly cached >--- > Koha/Calendar.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/Calendar.pm b/Koha/Calendar.pm >index 7095aca..6bebf73 100644 >--- a/Koha/Calendar.pm >+++ b/Koha/Calendar.pm >@@ -116,7 +116,7 @@ sub single_holidays { > my $single_holidays_sth = $dbh->prepare( > 'SELECT day, month, year FROM special_holidays WHERE branchcode = ? AND isexception = 0' > ); >- $single_holidays_sth->execute($branchcode); >+ $single_holidays_sth->execute($br); > > my @ymd_arr; > while ( my ( $day, $month, $year ) = >-- >2.1.4
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 16539
:
51585
|
51587
|
51588
|
51593
|
51664
|
51665
|
51666