@@ -, +, @@ --- misc/cronjobs/longoverdue.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/misc/cronjobs/longoverdue.pl +++ a/misc/cronjobs/longoverdue.pl @@ -423,7 +423,7 @@ foreach my $startrange (sort keys %$lost) { my ($date2) = bounds( $endrange); if ( C4::Context->preference( 'LongOverdueNoticeCalendar' ) ) { - my $holidays_by_branch = get_number_of_holidays( $date2, $date1 ); + my @holidays_by_branch = get_number_of_holidays( $date2, $date1 ); foreach my $branch ( @holidays_by_branch ) { --