improved error detection in AddBiblioAndItems
[koha_ffzg] / circ / waitingreserves.pl
index a802e95..5e937f2 100755 (executable)
@@ -24,7 +24,7 @@ use C4::Context;
 use C4::Output;
 use C4::Branch; # GetBranchName
 use C4::Auth;
-use C4::Date;
+use C4::Dates qw/format_date/;
 use C4::Circulation;
 use C4::Members;
 use C4::Biblio;