Bugzilla – Attachment 16243 Details for
Bug 7679
Add new filters to circulation statistics wizard
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug-7679-Followup-circulation-statistics-wizard-impr.patch
0003-Bug-7679-Followup-circulation-statistics-wizard-impr.patch (text/plain), 1.50 KB, created by
Brendan Gallagher
on 2013-03-18 14:06:03 UTC
(
hide
)
Description:
Bug-7679-Followup-circulation-statistics-wizard-impr.patch
Filename:
MIME Type:
Creator:
Brendan Gallagher
Created:
2013-03-18 14:06:03 UTC
Size:
1.50 KB
patch
obsolete
>From 85942d3b1e6052603885128890a323e49000951e Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Mon, 29 Oct 2012 16:20:36 +0100 >Subject: [PATCH 3/3] Bug 7679: Followup: circulation statistics wizard improvements > >Signed-off-by: Brendan <brendan@bywatersolutions.com> >--- > reports/issues_stats.pl | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/reports/issues_stats.pl b/reports/issues_stats.pl >index 1af018c..b48499c 100755 >--- a/reports/issues_stats.pl >+++ b/reports/issues_stats.pl >@@ -258,7 +258,7 @@ sub calculate { > ( $line =~ /datetime/ ) ? @$filters[0] > : ( $line =~ /category/ ) ? @$filters[2] > : ( $line =~ /itemtype/ ) ? @$filters[3] >- : ( $line =~ /branch/ ) ? @$filters[4] >+ : ( $line =~ /^branch/ ) ? @$filters[4] > : ( $line =~ /ccode/ ) ? @$filters[5] > : ( $line =~ /location/ ) ? @$filters[6] > : ( $line =~ /sort1/ ) ? @$filters[9] >@@ -518,7 +518,7 @@ sub calculate { > if ( $linefield =~ /^items\./ > or $colfield =~ /^items\./ > or $process == 5 >- or ( $colsource eq 'items' ) || @$filters[5] || @$filters[6] || @$filters[7] || @$filters[8] ); >+ or ( $colsource eq 'items' ) || @$filters[5] || @$filters[6] || @$filters[7] || @$filters[8] || @$filters[9] || @$filters[10] || @$filters[11] || @$filters[12] || @$filters[13] ); > > $strcalc .= "WHERE 1=1 "; > @$filters = map { defined($_) and s/\*/%/g; $_ } @$filters; >-- >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 7679
:
11479
|
13099
|
16242
|
16243
|
17798
|
22745
|
25053
|
25443
|
26531
|
31311
|
39250
|
39251
|
39252
|
39253
|
39254
|
39255
|
39256
|
39257
|
46184
|
46185
|
46186
|
46187
|
46188
|
46189
|
46190
|
46191
|
46192
|
46193
|
46194
|
46195
|
46196
|
46197
|
46198
|
46199
|
54598
|
54599
|
54600
|
54601
|
54602
|
54603
|
54604
|
54605
|
55481
|
55482
|
55483
|
55484
|
55485
|
55486
|
55487
|
55488
|
56877
|
56878
|
56879
|
56880
|
56881
|
56882
|
56883
|
56884
|
56885
|
56886
|
56887
|
56888