13 Nov
2015
13 Nov
'15
12:45 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15185 --- Comment #1 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 44836 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=44836&action=edit Bug 15185: Remove Check*Holidays subroutines in C4::Circulation These 3 subroutines are not used anymore: - CheckRepeatableHolidays - CheckSpecialHolidays - CheckRepeatableSpecialHolidays Moreover we have subroutines in Koha::Calendar to do this job. Test plan: git grep CheckRepeatableHolidays git grep CheckSpecialHolidays git grep CheckRepeatableSpecialHolidays should not return any results. -- You are receiving this mail because: You are watching all bug changes.