Bugzilla – Attachment 58874 Details for
Bug 8306
Patron stats, patron activity : no active doesn't work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8306: Patrons statistics, fix for patron activity choice
Bug-8306-Patrons-statistics-fix-for-patron-activit.patch (text/plain), 1.25 KB, created by
Julian Maurice
on 2017-01-12 12:58:04 UTC
(
hide
)
Description:
Bug 8306: Patrons statistics, fix for patron activity choice
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2017-01-12 12:58:04 UTC
Size:
1.25 KB
patch
obsolete
>From c7ad52698c1692e6762ee01ba2dab80ecf1a46b2 Mon Sep 17 00:00:00 2001 >From: Adrien Saurat <adrien.saurat@biblibre.com> >Date: Thu, 13 Dec 2012 10:13:19 +0100 >Subject: [PATCH] Bug 8306: Patrons statistics, fix for patron activity choice > >The "inactive" for "patron activity" choice is now effective. > >Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> >--- > reports/borrowers_stats.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/reports/borrowers_stats.pl b/reports/borrowers_stats.pl >index 795ca8e..9bdf37d 100755 >--- a/reports/borrowers_stats.pl >+++ b/reports/borrowers_stats.pl >@@ -407,7 +407,7 @@ sub calculate { > } > } > $strcalc .= " AND borrowernumber in (select distinct(borrowernumber) from old_issues where issuedate > '" . $newperioddate . "')" if ($activity eq 'active'); >- $strcalc .= " AND borrowernumber not in (select distinct(borrowernumber) from old_issues where issuedate > '" . $newperioddate . "')" if ($activity eq 'nonactive'); >+ $strcalc .= " AND borrowernumber not in (select distinct(borrowernumber) from old_issues where issuedate > '" . $newperioddate . "' AND borrowernumber IS NOT NULL)" if ($activity eq 'nonactive'); > $strcalc .= " AND $status='1' " if ($status); > > $strcalc .= " GROUP BY "; >-- >2.1.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 8306
:
14066
|
58874
|
59873