Bugzilla – Attachment 10277 Details for
Bug 8043
today's checkouts are in Previous checkouts in circulation.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 8043 - today's checkouts are in Previous checkouts in circulation.pl
SIGNED-OFF-Bug-8043---todays-checkouts-are-in-Prev.patch (text/plain), 1.07 KB, created by
Nicole C. Engard
on 2012-06-14 11:56:56 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 8043 - today's checkouts are in Previous checkouts in circulation.pl
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2012-06-14 11:56:56 UTC
Size:
1.07 KB
patch
obsolete
>From b5557ea7fdd8175aa91ecbd3bc4e4be28a19bbab Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 14 Jun 2012 06:33:51 -0400 >Subject: [PATCH] [SIGNED-OFF] Bug 8043 - today's checkouts are in Previous checkouts in circulation.pl > >Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> >--- > circ/circulation.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/circ/circulation.pl b/circ/circulation.pl >index 4511c84..6c9467b 100755 >--- a/circ/circulation.pl >+++ b/circ/circulation.pl >@@ -459,7 +459,7 @@ sub build_issue_data { > ($it->{'author'} eq '') and $it->{'author'} = ' '; > $it->{'renew_failed'} = $renew_failed{$it->{'itemnumber'}}; > >- if ( $todaysdate eq $it->{'issuedate'} or $todaysdate eq $it->{'lastreneweddate'} ) { >+ if ( $it->{'issuedate'} gt $todaysdate or $it->{'lastreneweddate'} gt $todaysdate ) { > (!$relatives) ? push @todaysissues, $it : push @relissues, $it; > } else { > (!$relatives) ? push @previousissues, $it : push @relprevissues, $it; >-- >1.7.2.3
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 8043
:
9411
|
9455
|
9891
|
10273
| 10277