Bugzilla – Attachment 6169 Details for
Bug 7075
Fine in days values are returned for patrons with past overdues when fine in days is set to 0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7075 : Alternative patch to solve the finedays = 0 issue
Bug-7075--Alternative-patch-to-solve-the-finedays-.patch (text/plain), 816 bytes, created by
Chris Cormack
on 2011-11-03 22:03:42 UTC
(
hide
)
Description:
Bug 7075 : Alternative patch to solve the finedays = 0 issue
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2011-11-03 22:03:42 UTC
Size:
816 bytes
patch
obsolete
>From e37694cff8c987dcc83edc91a408416b024b7a38 Mon Sep 17 00:00:00 2001 >From: Chris Cormack <chrisc@catalyst.net.nz> >Date: Fri, 4 Nov 2011 11:02:41 +1300 >Subject: [PATCH] Bug 7075 : Alternative patch to solve the finedays = 0 issue > >--- > C4/Members.pm | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/C4/Members.pm b/C4/Members.pm >index 56718f0..b76ad3a 100644 >--- a/C4/Members.pm >+++ b/C4/Members.pm >@@ -639,7 +639,7 @@ sub IsMemberBlocked { > LEFT JOIN issuingrules ON (issuingrules.itemtype=biblioitems.itemtype) }; > } > $strsth.= >- qq{ WHERE finedays IS NOT NULL >+ qq{ WHERE finedays IS NOT NULL AND finedays > 0 > AND date_due < returndate > AND borrowernumber = ? > ORDER BY blockingdate DESC, blockedcount DESC >-- >1.7.5.4
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 7075
:
6016
| 6169