Functional SIP run and shutdown scripts. Update example SIPconfig.xml
[koha.git] / serials / reorder_members.pl
index e4eef5f..d82f2d7 100755 (executable)
@@ -6,13 +6,11 @@
 # printed out
 use strict;
 use CGI;
-use C4::Koha;
 use C4::Auth;
-use C4::Date;
+use C4::Context;
 use C4::Output;
+use C4::Koha;
 use C4::Acquisition;
-use C4::Interface::CGI::Output;
-use C4::Context;
 use C4::Serials;
 
 my $query = new CGI;