Bug 17600: Standardize our EXPORT_OK
[srvgit] / t / db_dependent / DecreaseLoanHighHolds.t
index 9e25faf..8bb0fdc 100755 (executable)
@@ -18,7 +18,7 @@
 use Modern::Perl;
 use DateTime;
 
-use C4::Circulation;
+use C4::Circulation qw( CalcDateDue checkHighHolds CanBookBeIssued );
 use Koha::Database;
 use Koha::DateUtils;
 use Koha::Patrons;