Bugzilla – Attachment 56880 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]
[PASSED QA] Bug 7679: Followup: circulation statistics wizard improvements
PASSED-QA-Bug-7679-Followup-circulation-statistics.patch (text/plain), 1.56 KB, created by
Katrin Fischer
on 2016-10-26 17:19:29 UTC
(
hide
)
Description:
[PASSED QA] Bug 7679: Followup: circulation statistics wizard improvements
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2016-10-26 17:19:29 UTC
Size:
1.56 KB
patch
obsolete
>From ee207c0ba85e1cb48843f0fa00cc88149ac4ff49 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] [PASSED QA] Bug 7679: Followup: circulation statistics wizard > improvements > >Signed-off-by: Brendan <brendan@bywatersolutions.com> > >Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> >--- > reports/issues_stats.pl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/reports/issues_stats.pl b/reports/issues_stats.pl >index e2c569e..7a3ff24 100755 >--- a/reports/issues_stats.pl >+++ b/reports/issues_stats.pl >@@ -254,7 +254,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] >@@ -514,7 +514,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; >-- >2.7.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 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