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

(-)a/misc/cronjobs/gather_print_notices.pl (-4 / +4 lines)
Lines 291-299 sub send_files { Link Here
291
291
292
    my $email = Koha::Email->create(
292
    my $email = Koha::Email->create(
293
        {
293
        {
294
            from    => $from,
294
            from      => $from,
295
            to      => $to,
295
            to        => $to,
296
            subject => 'Print notices for ' . $today_syspref,
296
            subject   => 'Print notices for ' . $today_syspref,
297
            text_body => ' ',
297
        }
298
        }
298
    );
299
    );
299
300
300
- 

Return to bug 32575