Bugzilla – Attachment 86923 Details for
Bug 22566
Stock rotation cronjob reporting has issues
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22566: Fix some problems
Bug-22566-Fix-some-problems.patch (text/plain), 1.04 KB, created by
Nick Clemens (kidclamp)
on 2019-03-22 17:24:49 UTC
(
hide
)
Description:
Bug 22566: Fix some problems
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2019-03-22 17:24:49 UTC
Size:
1.04 KB
patch
obsolete
>From 872b154ad6dc6f38c2929785e2f9b406ad5a7e1c Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 22 Mar 2019 13:23:35 -0400 >Subject: [PATCH] Bug 22566: Fix some problems > >--- > misc/cronjobs/stockrotation.pl | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/misc/cronjobs/stockrotation.pl b/misc/cronjobs/stockrotation.pl >index 083c14766a..f1786bb28d 100755 >--- a/misc/cronjobs/stockrotation.pl >+++ b/misc/cronjobs/stockrotation.pl >@@ -352,7 +352,7 @@ sub _report_per_branch { > return { > letter => $letter, > email_address => $branch->{email}, >- $status >+ status => $status > }; > } > return; >@@ -468,6 +468,8 @@ sub emit { > } > } > else { >+ $addressee ||= q{}; >+ $params->{admin_email} ||= q{}; > my $email = > "-------- Email message --------" . "\n\n" . "To: " > . defined($addressee) ? $addressee >-- >2.11.0
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 22566
:
86923
|
90421
|
90422
|
90423
|
90433
|
90434
|
90435
|
90742
|
90743
|
90744
|
90745
|
90746
|
90747
|
90748
|
90749
|
90750
|
90751
|
90752
|
90753
|
90989
|
90990
|
90991
|
90992
|
90993
|
90994
|
90995