[Koha-bugs] [Bug 12803] Add ability to skip closed libraries when generating the holds queue

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Dec 14 13:59:59 CET 2015


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

--- Comment #63 from Kyle M Hall <kyle at 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.


More information about the Koha-bugs mailing list