From 1baddec5bebc46760507798a9311acb3a5bed0ec Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Fri, 12 Jan 2024 23:23:57 +0000 Subject: [PATCH] Bug 35373: Remove false FIXME comment from gather_print_notices.pl Removes a FIXME line mentioning bug 8000 that implemented SendAllEmailsTo. But the note was added to the "From" line and the "To" address is taken from a command line parameter. To test: * Review change carefully Signed-off-by: Brendan Lawlor Signed-off-by: Martin Renvoize Signed-off-by: Katrin Fischer (cherry picked from commit 898d96adb99861a639c5985a0a739b02e6decabd) Signed-off-by: Fridolin Somers --- misc/cronjobs/gather_print_notices.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/cronjobs/gather_print_notices.pl b/misc/cronjobs/gather_print_notices.pl index 7df736354f..f3d32cb6b8 100755 --- a/misc/cronjobs/gather_print_notices.pl +++ b/misc/cronjobs/gather_print_notices.pl @@ -128,7 +128,7 @@ if ( @emails ) { { directory => $output_directory, files => $files, - from => C4::Context->preference('KohaAdminEmailAddress'), # Should be replaced if bug 8000 is pushed + from => C4::Context->preference('KohaAdminEmailAddress'), to => $email, transport => $transport, } -- 2.39.2