Bug 17600: Standardize our EXPORT_OK
[srvgit] / C4 / SIP / ILS / Transaction / Hold.pm
index 2bc1133..82fddf1 100644 (file)
@@ -7,13 +7,13 @@ use Modern::Perl;
 
 use C4::SIP::ILS::Transaction;
 
-use C4::Reserves;      # AddReserve
+use C4::Reserves qw( CalculatePriority AddReserve ModReserve );
 use Koha::Holds;
 use Koha::Patrons;
-use parent qw(C4::SIP::ILS::Transaction);
-
 use Koha::Items;
 
+use parent qw(C4::SIP::ILS::Transaction);
+
 my %fields = (
        expiration_date => 0,
        pickup_location => undef,