bug 2874 [2/3]: added awareness of circulate/override_renewals subpermission
[koha.git] / serials / distributedto.pl
index 8cf6aa0..af4088b 100755 (executable)
@@ -17,7 +17,6 @@
 # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
 # Suite 330, Boston, MA  02111-1307 USA
 
-# $Id$
 
 =head1 NAME
 
@@ -49,7 +48,7 @@ to know what subscription this scrpit have to distribute.
 
 use strict;
 use CGI;
-use C4::Date;
+use C4::Dates;
 use C4::Auth;
 use C4::Context;
 use C4::Output;