Bugzilla – Attachment 32267 Details for
Bug 11926
HEA - Report usage statistics to Koha community
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11926: Add the items table
Bug-11926-Add-the-items-table.patch (text/plain), 807 bytes, created by
Chris Cormack
on 2014-10-11 19:41:11 UTC
(
hide
)
Description:
Bug 11926: Add the items table
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2014-10-11 19:41:11 UTC
Size:
807 bytes
patch
obsolete
>From 21380e8e6e60a4d7ad5075ca89b644454cfc6c4e Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Thu, 4 Sep 2014 16:18:38 +0200 >Subject: [PATCH] Bug 11926: Add the items table > >Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> >--- > C4/UsageStats.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/UsageStats.pm b/C4/UsageStats.pm >index 4783df2..3a5cefc 100644 >--- a/C4/UsageStats.pm >+++ b/C4/UsageStats.pm >@@ -66,7 +66,7 @@ sub BuildReport { > > # Get database volumetry. > foreach ( >- qw/biblio auth_header old_issues old_reserves borrowers aqorders subscription/ >+ qw/biblio items auth_header old_issues old_reserves borrowers aqorders subscription/ > ) > { > $report->{volumetry}{$_} = _count($_); >-- >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 11926
:
26203
|
26346
|
26352
|
31369
|
31370
|
31373
|
32024
|
32025
|
32026
|
32027
|
32028
|
32029
|
32030
|
32262
|
32263
|
32264
|
32265
|
32266
|
32267
|
32268
|
32455
|
32456
|
32457
|
32458
|
32459
|
32460
|
32461
|
32462
|
32463
|
32464
|
32465
|
32466
|
32467
|
32468
|
32469
|
32470
|
32471
|
32472
|
32582