Still a work in progress, pendingreserves.pl is quite broken
[koha_fer] / circ / overdue.pl
index 7be3830..23d5c75 100755 (executable)
@@ -24,7 +24,7 @@ use C4::Output;
 use CGI;
 use C4::Auth;
 use C4::Branch;
-use C4::Dates;
+use C4::Dates qw/format_date/;
 
 my $input = new CGI;
 my $type    = $input->param('type');