Bugzilla – Attachment 45240 Details for
Bug 7683
statistic wizard: cataloging
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 7683: Fix a shift in date filter indexes
PASSED-QA-Bug-7683-Fix-a-shift-in-date-filter-inde.patch (text/plain), 1.28 KB, created by
Katrin Fischer
on 2015-11-30 21:49:40 UTC
(
hide
)
Description:
[PASSED QA] Bug 7683: Fix a shift in date filter indexes
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2015-11-30 21:49:40 UTC
Size:
1.28 KB
patch
obsolete
>From dbf6cd6d6a9754551e7e09d9267008d5969f24c2 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] [PASSED QA] Bug 7683: Fix a shift in date filter indexes > >Date filter indexes are 13, 14, 15, 16, >not 14, 15, 16, 17 > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> > >Works, no koha-qa errors (some message for the deleted file) > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > 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 551c10a..aa2df2e 100755 >--- a/reports/catalogue_stats.pl >+++ b/reports/catalogue_stats.pl >@@ -231,10 +231,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.9.1
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