Bugzilla – Attachment 35707 Details for
Bug 13240
advanced_notices.pl contains code obfuscation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 13240 [QA Followup]
PASSED-QA-Bug-13240-QA-Followup.patch (text/plain), 1.89 KB, created by
Kyle M Hall (khall)
on 2015-02-06 14:48:11 UTC
(
hide
)
Description:
[PASSED QA] Bug 13240 [QA Followup]
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-02-06 14:48:11 UTC
Size:
1.89 KB
patch
obsolete
>From 5b2d046904d000f93508e9470668d8b63049d431 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 6 Feb 2015 09:44:33 -0500 >Subject: [PATCH] [PASSED QA] Bug 13240 [QA Followup] > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > misc/cronjobs/advance_notices.pl | 8 ++++---- > 1 files changed, 4 insertions(+), 4 deletions(-) > >diff --git a/misc/cronjobs/advance_notices.pl b/misc/cronjobs/advance_notices.pl >index 9112935..3bf0a9e 100755 >--- a/misc/cronjobs/advance_notices.pl >+++ b/misc/cronjobs/advance_notices.pl >@@ -240,8 +240,8 @@ UPCOMINGITEM: foreach my $upcoming ( @$upcoming_dues ) { > > if ( $borrower_preferences->{'wants_digest'} ) { > # cache this one to process after we've run through all of the items. >- $due_digest->{$upcoming->{borrowernumber}}{email} = $from_address; >- $due_digest->{$upcoming->{borrowernumber}}{count}++; >+ $due_digest->{ $upcoming->{borrowernumber} }->{email} = $from_address; >+ $due_digest->{ $upcoming->{borrowernumber} }->{count}++; > } else { > my $biblio = C4::Biblio::GetBiblioFromItemNumber( $upcoming->{'itemnumber'} ); > my $letter_type = 'DUE'; >@@ -274,8 +274,8 @@ UPCOMINGITEM: foreach my $upcoming ( @$upcoming_dues ) { > > if ( $borrower_preferences->{'wants_digest'} ) { > # cache this one to process after we've run through all of the items. >- $upcoming_digest->{$upcoming->{borrowernumber}}{email} = $from_address; >- $upcoming_digest->{$upcoming->{borrowernumber}}{count}++; >+ $upcoming_digest->{ $upcoming->{borrowernumber} }->{email} = $from_address; >+ $upcoming_digest->{ $upcoming->{borrowernumber} }->{count}++; > } else { > my $biblio = C4::Biblio::GetBiblioFromItemNumber( $upcoming->{'itemnumber'} ); > my $letter_type = 'PREDUE'; >-- >1.7.2.5
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 13240
:
33478
|
33479
|
35361
|
35362
|
35704
|
35705
|
35706
| 35707