https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43108
--- Comment #25 from Paul Derscheid <[email protected]> --- Created attachment 206253 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206253&action=edit Bug 43108: (QA follow-up) Use Koha::Library::Calendar Koha::Calendar moved to Koha::Library::Calendar, so this module no longer compiles. Koha::Biblio requires it, so the abort cascades as far as populate_db.pl and the instance never populates. The constructor and is_holiday are unchanged by the move. Test plan: 1. perl -c Koha/Biblio/Availability/Booking.pm => fails without this patch 2. Apply, repeat => syntax OK 3. prove t/db_dependent/Koha/Biblio/Availability/Booking.t Signed-off-by: Paul Derscheid <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
