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

(-)a/misc/cronjobs/overdue_notices.pl (-2 / +1 lines)
Lines 458-464 foreach my $branchcode (@branches) { Link Here
458
    my $branch_email_address = $library->inbound_email_address;
458
    my $branch_email_address = $library->inbound_email_address;
459
    my @output_chunks;    # may be sent to mail or stdout or csv file.
459
    my @output_chunks;    # may be sent to mail or stdout or csv file.
460
460
461
    $verbose and warn sprintf "branchcode : '%s' using %s\n", $branchcode, $admin_email_address;
461
    $verbose and warn sprintf "branchcode : '%s' using %s\n", $branchcode, $branch_email_address;
462
462
463
    my $sth2 = $dbh->prepare( <<"END_SQL" );
463
    my $sth2 = $dbh->prepare( <<"END_SQL" );
464
SELECT biblio.*, items.*, issues.*, biblioitems.itemtype, branchname
464
SELECT biblio.*, items.*, issues.*, biblioitems.itemtype, branchname
465
- 

Return to bug 24726