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

(-)a/misc/cronjobs/longoverdue.pl (-2 / +1 lines)
Lines 325-331 sub get_number_of_holidays { Link Here
325
    $start_date = dt_from_string($start_date);
325
    $start_date = dt_from_string($start_date);
326
    $end_date   = dt_from_string($end_date);
326
    $end_date   = dt_from_string($end_date);
327
327
328
    my @branches = Koha::Libraries->search( {}, { order_by => ['branchcode'] } );
328
    my @branches = Koha::Libraries->search( {}, { order_by => ['branchcode'] } )->as_list;
329
    my $calendar;
329
    my $calendar;
330
330
331
    foreach my $branch ( @branches ) {
331
    foreach my $branch ( @branches ) {
332
- 

Return to bug 18064