From fed01b06a941c35e1424a7ab6475c70a503d03a9 Mon Sep 17 00:00:00 2001 From: David Cook Date: Mon, 17 Jun 2024 02:26:36 +0000 Subject: [PATCH] Bug 32575: Tidy patch Signed-off-by: Magnus Enger --- misc/cronjobs/gather_print_notices.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/cronjobs/gather_print_notices.pl b/misc/cronjobs/gather_print_notices.pl index 8360cb3836..8cd325e904 100755 --- a/misc/cronjobs/gather_print_notices.pl +++ b/misc/cronjobs/gather_print_notices.pl @@ -291,9 +291,9 @@ sub send_files { my $email = Koha::Email->create( { - from => $from, - to => $to, - subject => 'Print notices for ' . $today_syspref, + from => $from, + to => $to, + subject => 'Print notices for ' . $today_syspref, text_body => ' ', } ); -- 2.34.1