circ subdir - Dates.pm integration and warnings fixes.
[koha.git] / circ / bookcount.pl
index 6894f8b..48b3ae2 100755 (executable)
@@ -30,7 +30,7 @@ use C4::Koha;
 use C4::Auth;
 use C4::Branch; # GetBranches
 use C4::Biblio; # GetBiblioItemData
-use C4::Date;
+use C4::Dates;
 
 my $input        = new CGI;
 my $itm          = $input->param('itm');