Bugzilla – Attachment 90748 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.10 KB, created by
Martin Renvoize (ashimema)
on 2019-06-18 13:31:10 UTC
(
hide
)
Description:
Bug 22566: Fix some problems
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-06-18 13:31:10 UTC
Size:
1.10 KB
patch
obsolete
>From 28501d86e675ae49c0f7c337c6b9c855fb662439 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 > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > 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 69ae97e38f..4df9d17117 100755 >--- a/misc/cronjobs/stockrotation.pl >+++ b/misc/cronjobs/stockrotation.pl >@@ -354,7 +354,7 @@ sub _report_per_branch { > return { > letter => $letter, > email_address => $branch->{email}, >- $status >+ status => $status > }; > } > return; >@@ -470,6 +470,8 @@ sub emit { > } > } > else { >+ $addressee ||= q{}; >+ $params->{admin_email} ||= q{}; > my $email = > "-------- Email message --------" . "\n\n" . "To: " > . defined($addressee) ? $addressee >-- >2.20.1
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