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, }