Bugzilla – Attachment 6519 Details for
Bug 7266
overdue.pl : filter on flags "debarred" "suspended" and "gonenoaddress" not working
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch #2
0001-Bug-7266-follow-up-corrected-the-lost-status-check.patch (text/plain), 1.01 KB, created by
Adrien SAURAT
on 2011-12-02 09:23:27 UTC
(
hide
)
Description:
patch #2
Filename:
MIME Type:
Creator:
Adrien SAURAT
Created:
2011-12-02 09:23:27 UTC
Size:
1.01 KB
patch
obsolete
>From dbecb6825e4db7e2da6820f154ec041fb77ea0db Mon Sep 17 00:00:00 2001 >From: Adrien Saurat <adrien.saurat@biblibre.com> >Date: Fri, 2 Dec 2011 10:08:36 +0100 >Subject: [PATCH] Bug 7266 follow-up: corrected the "lost" status check > >--- > circ/overdue.pl | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/circ/overdue.pl b/circ/overdue.pl >index acbdaa7..1ef1330 100755 >--- a/circ/overdue.pl >+++ b/circ/overdue.pl >@@ -270,10 +270,10 @@ if ($noreport) { > $strsth .= " AND borrowers.gonenoaddress <> 0"; > } > elsif ( $borflagsfilter eq 'debarred' ) { >- $strsth .= " AND borrowers.debarred >= CURDATE()" ; >+ $strsth .= " AND borrowers.debarred >= CURDATE()"; > } > elsif ( $borflagsfilter eq 'lost') { >- $strsth .= " AND borrowers.debarred <> 0"; >+ $strsth .= " AND borrowers.lost <> 0"; > } > $strsth.=" AND borrowers.branchcode = '" . $branchfilter . "' " if $branchfilter; > $strsth.=" AND date_due < '" . $datedueto . "' " if $datedueto; >-- >1.7.4.1 >
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 7266
:
6407
|
6519
|
6884
|
6886