Bug 17600: Standardize our EXPORT_OK
[srvgit] / t / db_dependent / Koha / Checkouts.t
index 7163bd2..9c4b0db 100755 (executable)
@@ -21,7 +21,7 @@ use Modern::Perl;
 
 use Test::More tests => 10;
 
-use C4::Circulation;
+use C4::Circulation qw( MarkIssueReturned AddReturn );
 use Koha::Checkouts;
 use Koha::Database;
 use Koha::DateUtils qw( dt_from_string );