View | Details | Raw Unified | Return to bug 18064
Collapse All | Expand All

(-)a/misc/cronjobs/longoverdue.pl (-2 / +1 lines)
Lines 423-429 foreach my $startrange (sort keys %$lost) { Link Here
423
        my ($date2) = bounds(  $endrange);
423
        my ($date2) = bounds(  $endrange);
424
424
425
        if ( C4::Context->preference( 'LongOverdueNoticeCalendar' ) ) {
425
        if ( C4::Context->preference( 'LongOverdueNoticeCalendar' ) ) {
426
            my $holidays_by_branch = get_number_of_holidays( $date2, $date1 );
426
            my @holidays_by_branch = get_number_of_holidays( $date2, $date1 );
427
427
428
            foreach my $branch ( @holidays_by_branch ) {
428
            foreach my $branch ( @holidays_by_branch ) {
429
429
430
- 

Return to bug 18064