View | Details | Raw Unified | Return to bug 35373
Collapse All | Expand All

(-)a/misc/cronjobs/gather_print_notices.pl (-2 / +1 lines)
Lines 128-134 if ( @emails ) { Link Here
128
            {
128
            {
129
                directory => $output_directory,
129
                directory => $output_directory,
130
                files     => $files,
130
                files     => $files,
131
                from      => C4::Context->preference('KohaAdminEmailAddress'),    # Should be replaced if bug 8000 is pushed
131
                from      => C4::Context->preference('KohaAdminEmailAddress'),
132
                to        => $email,
132
                to        => $email,
133
                transport => $transport,
133
                transport => $transport,
134
            }
134
            }
135
- 

Return to bug 35373