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>
(cherry picked from commit 898d96adb9
)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
This commit is contained in:
parent
3d12b0aa69
commit
1baddec5be
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue