https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42310
--- Comment #115 from Tomás Cohen Arazi (tcohen) <[email protected]> --- Created attachment 205896 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=205896&action=edit Bug 42310: (QA follow-up) Clean up stale references to dropped calendar tables - cleanup_database.pl: rewrite DeleteSpecialHolidays to purge the new library_single_closures and library_closure_exceptions tables via their Koha::Objects classes (was querying the dropped special_holidays table). - kohastructure.sql: fix the comment header above library_repeating_closures that still referred to repeatable_holidays. - C4::Overdues: drop the dead GetSpecialHolidays / GetRepeatableHolidays / GetWdayFromItemnumber routines (unreferenced, exported nowhere) that still queried the dropped special_holidays / repeatable_holidays tables, along with the now-unused Date::Calc and Date::Manip imports. -- 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/
