Bugzilla – Attachment 9891 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]
Bug 8043 - today's checkouts are in Previous checkouts in circulation.pl
Bug-8043---todays-checkouts-are-in-Previous-checko.patch (text/plain), 1.07 KB, created by
Kyle M Hall
on 2012-06-01 19:04:19 UTC
(
hide
)
Description:
Bug 8043 - today's checkouts are in Previous checkouts in circulation.pl
Filename:
MIME Type:
Creator:
Kyle M Hall
Created:
2012-06-01 19:04:19 UTC
Size:
1.07 KB
patch
obsolete
>From 6fe4fdf8b15059af4fcad03a456943f68d8749b9 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 1 Jun 2012 15:02:17 -0400 >Subject: [PATCH] Bug 8043 - today's checkouts are in Previous checkouts in circulation.pl > >--- > circ/circulation.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/circ/circulation.pl b/circ/circulation.pl >index c89abff..b65ee05 100755 >--- a/circ/circulation.pl >+++ b/circ/circulation.pl >@@ -461,7 +461,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 ( $todaysdate eq C4::Dates->new($it->{issuedate}, 'iso')->output('iso') || $todaysdate eq C4::Dates->new($it->{'lastreneweddate'}, 'iso')->output('iso') ) { > (!$relatives) ? push @todaysissues, $it : push @relissues, $it; > } else { > (!$relatives) ? push @previousissues, $it : push @relprevissues, $it; >-- >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 8043
:
9411
|
9455
|
9891
|
10273
|
10277