Bug 17600: Standardize our EXPORT_OK
[srvgit] / Koha / Checkouts.pm
index 0f2da95..76a3b9e 100644 (file)
@@ -19,13 +19,12 @@ package Koha::Checkouts;
 
 use Modern::Perl;
 
-use Carp;
 
 use C4::Context;
-use C4::Circulation;
+use C4::Circulation qw( AddReturn );
 use Koha::Checkout;
 use Koha::Database;
-use Koha::DateUtils;
+use Koha::DateUtils qw( dt_from_string );
 
 use base qw(Koha::Objects);