[Koha-bugs] [Bug 12801] Koha::Calendar is caching holidays for the wrong branch!

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 21 16:45:27 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12801

--- Comment #6 from Jonathan Druart <jonathan.druart at biblibre.com> ---
I am convinced we should keep the cache. You will get performance issues if you
remove it.
Maybe another way to fix this could be to cache using a hash:
branchcode_1 => $single_holidays_for_branch_1
branchcode_2 => $single_holidays_for_branch_2

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list