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