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 <blawlor@clamsnet.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Katrin Fischer 2024-01-12 23:23:57 +00:00 committed by Katrin Fischer
parent a2a284c7f5
commit 898d96adb9
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

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