@@ -, +, @@ --- tools/newHolidays.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- a/tools/newHolidays.pl +++ a/tools/newHolidays.pl @@ -12,7 +12,7 @@ use C4::Output; use Koha::Cache; - +use C4::Dates; use C4::Calendar; use DateTime; --