14 Dec
2015
14 Dec
'15
12:59 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12803 --- Comment #63 from Kyle M Hall <kyle@bywatersolutions.com> --- Fixed! For reasons I cannot fathom, if I call is_holiday on the branch in question before building the queue, Koha::Calendar picks up the holiday and uses it later. If is_holiday is *not* called, later on when HoldQueue.pm using is_holiday it will not see the holiday in the database. I cannot explain this but it is clearly some kind of bad cache/database/unit test interaction that is far outside the scope of this bug. -- You are receiving this mail because: You are watching all bug changes.