Bugzilla – Attachment 100950 Details for
Bug 24726
overdue_notices.pl should use Koha::Library->inbound_email_address
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24726: Replace one occurrence in print statement
Bug-24726-Replace-one-occurrence-in-print-statemen.patch (text/plain), 1.10 KB, created by
Jonathan Druart
on 2020-03-18 10:23:34 UTC
(
hide
)
Description:
Bug 24726: Replace one occurrence in print statement
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-03-18 10:23:34 UTC
Size:
1.10 KB
patch
obsolete
>From e738eef0292ae952ddb1c6f1b7a874b9c9f29fd3 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 18 Mar 2020 11:20:30 +0100 >Subject: [PATCH] Bug 24726: Replace one occurrence in print statement > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > misc/cronjobs/overdue_notices.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/misc/cronjobs/overdue_notices.pl b/misc/cronjobs/overdue_notices.pl >index 8b4fd7eb00..098f477aa3 100755 >--- a/misc/cronjobs/overdue_notices.pl >+++ b/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 >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 24726
:
99580
|
100943
|
100949
| 100950