BUGFIXING mail alert on issue arrival
[koha_gimpoz] / serials / checkexpiration.pl
index 374c94b..5461aa6 100755 (executable)
@@ -48,7 +48,7 @@ use C4::Auth;
 use C4::Serials; # GetExpirationDate
 use C4::Output;
 use C4::Context;
-use C4::Dates;
+use C4::Dates qw/format_date format_date_in_iso/;
 use Date::Calc qw/Today Date_to_Days/;
 
 my $query = new CGI;