Bugzilla – Attachment 90994 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: Add 'branch' key to GetPreparedLetter
Bug-22566-Add-branch-key-to-GetPreparedLetter.patch (text/plain), 986 bytes, created by
Nick Clemens (kidclamp)
on 2019-06-25 12:41:55 UTC
(
hide
)
Description:
Bug 22566: Add 'branch' key to GetPreparedLetter
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2019-06-25 12:41:55 UTC
Size:
986 bytes
patch
obsolete
>From ce372aae6aef408872e6ab61113941852331d952 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 18 Jun 2019 14:29:02 +0100 >Subject: [PATCH] Bug 22566: Add 'branch' key to GetPreparedLetter > >The branch key was missing from the subsitution call to >GetPreparedLetter. > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > misc/cronjobs/stockrotation.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/misc/cronjobs/stockrotation.pl b/misc/cronjobs/stockrotation.pl >index 87d6a9ec59..c40fc6221f 100755 >--- a/misc/cronjobs/stockrotation.pl >+++ b/misc/cronjobs/stockrotation.pl >@@ -362,7 +362,7 @@ sub _report_per_branch { > letter_code => "SR_SLIP", > branchcode => $branch->{code}, > message_transport_type => 'email', >- substitute => $branch >+ substitute => { branch => $branch } > ) > ) > { >-- >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