Bugzilla – Attachment 44655 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: Relabel "acquired date" and "removed date"
Bug-7683-Relabel-acquired-date-and-removed-date.patch (text/plain), 2.40 KB, created by
Julian Maurice
on 2015-11-09 14:57:04 UTC
(
hide
)
Description:
Bug 7683: Relabel "acquired date" and "removed date"
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2015-11-09 14:57:04 UTC
Size:
2.40 KB
patch
obsolete
>From 8600e42401e954fc91242ce3f19a7db92918130f Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Mon, 9 Nov 2015 15:45:31 +0100 >Subject: [PATCH] Bug 7683: Relabel "acquired date" and "removed date" > >--- > .../intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt | 4 ++-- > reports/catalogue_stats.pl | 8 ++++---- > 2 files changed, 6 insertions(+), 6 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 efb062a..546dea9 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 >@@ -253,7 +253,7 @@ > </td> > </tr> > <tr> >- <td>Acquired date</td> >+ <td>Date acquired (item)</td> > <td><input type="radio" name="Line" value="items.dateaccessioned" /></td> > <td><input type="radio" name="Column" value="items.dateaccessioned" /></td> > <td> >@@ -264,7 +264,7 @@ > </td> > </tr> > <tr id="removeddatetr"> >- <td>Removed date</td> >+ <td>Date deleted (item)</td> > <td><input type="radio" name="Line" value="deleteditems.timestamp" /></td> > <td><input type="radio" name="Column" value="deleteditems.timestamp" /></td> > <td> >diff --git a/reports/catalogue_stats.pl b/reports/catalogue_stats.pl >index 120df88..0d63946 100755 >--- a/reports/catalogue_stats.pl >+++ b/reports/catalogue_stats.pl >@@ -223,10 +223,10 @@ sub calculate { > : ( $i == 10 ) ? "Materials" > : ( $i == 12 and $filters->[11] == 0 ) ? "Barcode (not like)" > : ( $i == 12 and $filters->[11] == 1 ) ? "Barcode (like)" >- : ( $i == 13 ) ? "Acquired date from" >- : ( $i == 14 ) ? "Acquired date to" >- : ( $i == 15 ) ? "Removed date from" >- : ( $i == 16 ) ? "Removed date to" >+ : ( $i == 13 ) ? "Date acquired (item) from" >+ : ( $i == 14 ) ? "Date acquired (item) to" >+ : ( $i == 15 ) ? "Date deleted (item) from" >+ : ( $i == 16 ) ? "Date deleted (item) to" > : ''; > > push @loopfilter, \%cell; >-- >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