From 59bc9fb322864fff6fd772063e2d5ea8b7bedc81 Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Tue, 20 Mar 2012 12:01:54 +0100 Subject: [PATCH] Bug 7755: use C4::Search in C4::Items GetAnalyticsCount needs subs from C4::Search --- C4/Items.pm | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/C4/Items.pm b/C4/Items.pm index 676c91b..72c4198 100644 --- a/C4/Items.pm +++ b/C4/Items.pm @@ -29,6 +29,7 @@ use C4::Dates qw/format_date format_date_in_iso/; use MARC::Record; use C4::ClassSource; use C4::Log; +use C4::Search; # used by GetAnalyticsCount use List::MoreUtils qw/any/; use Data::Dumper; # used as part of logging item record changes, not just for # debugging; so please don't remove this -- 1.7.9.1