Bugzilla – Attachment 9455 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-Previo.patch (text/plain), 1.12 KB, created by
Nicole C. Engard
on 2012-05-08 13:12:46 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-05-08 13:12:46 UTC
Size:
1.12 KB
patch
obsolete
>From 0db34b922774e05e25b56675c317d8b372897f14 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?St=C3=A9phane=20Delaune?= <stephane.delaune@biblibre.com> >Date: Fri, 4 May 2012 12:13:12 +0200 >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 bcbcb6f..98b371e 100755 >--- a/circ/circulation.pl >+++ b/circ/circulation.pl >@@ -457,7 +457,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 substr($it->{'issuedate'},0,10) or $todaysdate eq substr($it->{'lastreneweddate'},0,10) ) { > (!$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