Bug 11926: Add the items table
authorJonathan Druart <jonathan.druart@biblibre.com>
Thu, 4 Sep 2014 14:18:38 +0000 (16:18 +0200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Wed, 22 Oct 2014 18:17:11 +0000 (15:17 -0300)
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
C4/UsageStats.pm

index 4783df2..3a5cefc 100644 (file)
@@ -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($_);