Bug 27180: (follow-up) Remove unused %is_holiday
authorVictor Grousset/tuxayo <victor@tuxayo.net>
Sat, 26 Dec 2020 14:19:59 +0000 (15:19 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 19 Jan 2021 15:03:34 +0000 (16:03 +0100)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
misc/cronjobs/fines.pl

index 198ecdc..717c0d5 100755 (executable)
@@ -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) {