Bugzilla – Attachment 28470 Details for
Bug 7683
statistic wizard: cataloging
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7683: Fix a shift in date filter indexes
Bug-7683-Fix-a-shift-in-date-filter-indexes.patch (text/plain), 1.10 KB, created by
Julian Maurice
on 2014-05-23 12:27:05 UTC
(
hide
)
Description:
Bug 7683: Fix a shift in date filter indexes
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2014-05-23 12:27:05 UTC
Size:
1.10 KB
patch
obsolete
>From c95611ba9f1e074509649dc3637f629a69b8231e Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Thu, 6 Feb 2014 14:44:56 +0100 >Subject: [PATCH] Bug 7683: Fix a shift in date filter indexes > >Date filter indexes are 13, 14, 15, 16, >not 14, 15, 16, 17 >--- > reports/catalogue_stats.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/reports/catalogue_stats.pl b/reports/catalogue_stats.pl >index 32dc491..ce985ec 100755 >--- a/reports/catalogue_stats.pl >+++ b/reports/catalogue_stats.pl >@@ -227,10 +227,10 @@ sub calculate { > } > } > >+ @$filters[13] = C4::Dates->new(@$filters[13])->output('iso') if @$filters[13]; > @$filters[14] = C4::Dates->new(@$filters[14])->output('iso') if @$filters[14]; > @$filters[15] = C4::Dates->new(@$filters[15])->output('iso') if @$filters[15]; > @$filters[16] = C4::Dates->new(@$filters[16])->output('iso') if @$filters[16]; >- @$filters[17] = C4::Dates->new(@$filters[17])->output('iso') if @$filters[17]; > > my @linefilter; > $linefilter[0] = @$filters[0] if ( $line =~ /items\.itemcallnumber/ ); >-- >1.7.10.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 7683
:
12762
|
12785
|
12940
|
14399
|
14466
|
16327
|
16328
|
16329
|
16367
|
16775
|
20241
|
20242
|
20243
|
20244
|
20245
|
21357
|
21358
|
23683
|
23684
|
23685
|
23686
|
23687
|
23688
|
23689
|
23690
|
23691
|
25072
|
25073
|
25091
|
25092
|
25093
|
25094
|
25095
|
25096
|
25097
|
25098
|
25099
|
25100
|
26678
|
26679
|
26680
|
26681
|
26682
|
28466
|
28467
|
28468
|
28469
|
28470
|
36489
|
36490
|
36491
|
36492
|
36493
|
39129
|
39130
|
39131
|
39132
|
39133
|
41821
|
41829
|
44651
|
44652
|
44653
|
44654
|
44655
|
45238
|
45239
|
45240
|
45241
|
45242