From f937e0adbe4746d8ef3e08f91d1abf567ebf4fba Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 25 Sep 2015 13:03:02 -0400 Subject: [PATCH] Bug 14522: (QA followup) Koha complains about missing C4::Dates on master Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi --- tools/newHolidays.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/newHolidays.pl b/tools/newHolidays.pl index 23ad1bb57a..dec4b3b7be 100755 --- a/tools/newHolidays.pl +++ b/tools/newHolidays.pl @@ -12,7 +12,7 @@ use C4::Output; use Koha::Cache; - +use C4::Dates; use C4::Calendar; use DateTime; -- 2.20.1