Bugzilla – Attachment 167779 Details for
Bug 32575
gather_print_notices.pl sends attachment as body of email or poorly named txt file
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32575: Tidy patch
Bug-32575-Tidy-patch.patch (text/plain), 912 bytes, created by
David Cook
on 2024-06-17 02:27:08 UTC
(
hide
)
Description:
Bug 32575: Tidy patch
Filename:
MIME Type:
Creator:
David Cook
Created:
2024-06-17 02:27:08 UTC
Size:
912 bytes
patch
obsolete
>From 3bb4cffba0aaeb99e8c1b324619313a790c63e65 Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Mon, 17 Jun 2024 02:26:36 +0000 >Subject: [PATCH] Bug 32575: Tidy patch > >--- > 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.39.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 32575
:
167779
|
167780
|
167781
|
167820
|
167821
|
168225