Bugzilla – Attachment 21358 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: Remove use of items.statisticvalue and DHTMLcalendar()
Bug-7683-Remove-use-of-itemsstatisticvalue-and-DHT.patch (text/plain), 4.04 KB, created by
Julian Maurice
on 2013-09-23 11:38:52 UTC
(
hide
)
Description:
Bug 7683: Remove use of items.statisticvalue and DHTMLcalendar()
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2013-09-23 11:38:52 UTC
Size:
4.04 KB
patch
obsolete
>From 6c852153ff03cbaf221e299baa79f4f9ce59d244 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Mon, 23 Sep 2013 13:34:15 +0200 >Subject: [PATCH] Bug 7683: Remove use of items.statisticvalue and > DHTMLcalendar() > >--- > .../prog/en/modules/reports/catalogue_stats.tt | 25 -------------------- > reports/catalogue_stats.pl | 16 ++++++------- > 2 files changed, 7 insertions(+), 34 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt >index 6ec171c..2751bb6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt >@@ -275,31 +275,6 @@ > <td colspan="4"><input type="hidden" name="Filter" /></td> > </tr> > [% END %] >- [% IF (statisticvalue) %] >- <tr> >- <td>[% statisticvalue_label %]</td> >- <td><input type="radio" name="Line" value="items.statisticvalue" /></td> >- <td><input type="radio" name="Column" value="items.statisticvalue" /></td> >- <td> >- [% IF (statisticvalue_avlist) %] >- <select name="Filter" id="statisticvalue"> >- <option value=""> </option> >- [% FOREACH av IN statisticvalue_avlist %] >- <option value="[% av.authorised_value %]"> >- [% av.lib %] >- </option> >- [% END %] >- </select> >- [% ELSE %] >- <input type="text" name="Filter" id="statisticvalue" /> >- [% END %] >- </td> >- </tr> >- [% ELSE %] >- <tr style="display:none"> >- <td colspan="4"><input type="hidden" name="Filter" /></td> >- </tr> >- [% END %] > <tr> > <td colspan="3">Filter barcode</td> > <td> >diff --git a/reports/catalogue_stats.pl b/reports/catalogue_stats.pl >index 643497e..ea1c635 100755 >--- a/reports/catalogue_stats.pl >+++ b/reports/catalogue_stats.pl >@@ -160,7 +160,7 @@ if ($do_it) { > push @locations, { code => $_, description => "$_ - " . $locations->{$_} }; > } > >- foreach my $kohafield (qw(items.notforloan items.materials items.statisticvalue)) { >+ foreach my $kohafield (qw(items.notforloan items.materials)) { > my $subfield_structure = GetMarcSubfieldStructureFromKohaField($kohafield); > if($subfield_structure) { > my $avlist; >@@ -191,7 +191,6 @@ if ($do_it) { > CGIextChoice => \@mime, > CGIsepChoice => GetDelimiterChoices, > item_itype => $item_itype, >- DHTMLcalendar_dateformat => C4::Dates->DHTMLcalendar(), > ); > > } >@@ -255,13 +254,12 @@ sub calculate { > : ( $i == 12 ) ? "Collection Code" > : ( $i == 13 ) ? "Status" > : ( $i == 14 ) ? "Materials" >- : ( $i == 15 ) ? "Statistic value" >- : ( $i == 17 and $filters->[16] == 0 ) ? "Barcode (not like)" >- : ( $i == 17 and $filters->[16] == 1 ) ? "Barcode (like)" >- : ( $i == 18 ) ? "Acquired date from" >- : ( $i == 19 ) ? "Acquired date to" >- : ( $i == 20 ) ? "Removed date from" >- : ( $i == 21 ) ? "Removed date to" >+ : ( $i == 16 and $filters->[15] == 0 ) ? "Barcode (not like)" >+ : ( $i == 16 and $filters->[15] == 1 ) ? "Barcode (like)" >+ : ( $i == 17 ) ? "Acquired date from" >+ : ( $i == 18 ) ? "Acquired date to" >+ : ( $i == 19 ) ? "Removed date from" >+ : ( $i == 20 ) ? "Removed date to" > : ''; > > push @loopfilter, \%cell; >-- >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