Bug 5786 - Move AllowOnShelfHolds and OPACItemHolds system prefs to the Circulation...
[koha.git] / C4 / UsageStats.pm
index 4783df2..4960d51 100644 (file)
@@ -23,7 +23,9 @@ use POSIX qw(strftime);
 use LWP::UserAgent;
 use JSON;
 
-=head1 NAME C4::UsageStats
+=head1 NAME
+
+C4::UsageStats
 
 =head1 DESCRIPTION
 
@@ -66,7 +68,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($_);
@@ -153,7 +155,6 @@ sub BuildReport {
         AllowHoldPolicyOverride
         AllowHoldsOnDamagedItems
         AllowHoldsOnPatronsPossessions
-        AllowOnShelfHolds
         AutoResumeSuspendedHolds
         canreservefromotherbranches
         decreaseLoanHighHolds
@@ -263,7 +264,6 @@ sub BuildReport {
         AllowPurchaseSuggestionBranchChoice
         OpacAllowPublicListCreation
         OpacAllowSharingPrivateLists
-        OPACItemHolds
         OpacRenewalAllowed
         OpacRenewalBranch
         OPACViewOthersSuggestions