From 21380e8e6e60a4d7ad5075ca89b644454cfc6c4e Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 4 Sep 2014 16:18:38 +0200 Subject: [PATCH] Bug 11926: Add the items table Signed-off-by: Chris Cormack --- 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