From 21f4b4e6babe2de9a14b69079a0b07ba4ac0f115 Mon Sep 17 00:00:00 2001 From: Victor Grousset/tuxayo Date: Sat, 26 Dec 2020 15:19:59 +0100 Subject: [PATCH] Bug 27180: (follow-up) Remove unused %is_holiday Signed-off-by: Katrin Fischer --- misc/cronjobs/fines.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/misc/cronjobs/fines.pl b/misc/cronjobs/fines.pl index 198ecdcde3..717c0d5fa2 100755 --- a/misc/cronjobs/fines.pl +++ b/misc/cronjobs/fines.pl @@ -101,7 +101,6 @@ my $control = C4::Context->preference('CircControl'); my $mode = C4::Context->preference('finesMode'); my $delim = "\t"; # ? C4::Context->preference('delimiter') || "\t"; -my %is_holiday; my $today = dt_from_string(); my $filename; if ($log or $output_dir) { -- 2.11.0