]> git.koha-community.org Git - koha.git/commit
Bug 9078 - is_holiday should honour holiday exceptions
authorTomas Cohen Arazi <tomascohen@gmail.com>
Wed, 21 Nov 2012 13:43:11 +0000 (10:43 -0300)
committerChris Cormack <chrisc@catalyst.net.nz>
Mon, 26 Nov 2012 00:27:03 +0000 (13:27 +1300)
commitbd60418f9d767987971ec5cd18be383294c8f64d
tree4d0bd29e661a9138e1a58cd54ad95a0e9ec7e385
parent1d69301468a50e6154e0c4de0ebc6cfbf0c3e4a2
Bug 9078 - is_holiday should honour holiday exceptions

Make is_holiday return 0 for holiday exceptions.

Note: This patch makes several current ok tests fail. My first guess is test data is not
constructed ok. More on this later.

Sponsored-by: Universidad Nacional de Córdoba
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Passed-QA-by: Paul Poulain <paul.poulain@biblibre.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Koha/Calendar.pm