X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=serials%2Frouting.pl;h=2e3122d3b5b246b547a5fef99360863754b3f768;hb=9d6d641d1f8b77271800f43bc027b651f9aea52b;hp=6a237f6f6ea952b421f6080429cad03ad3bc7570;hpb=af7e41d1142573666d302a8475274ea58e5c99f4;p=srvgit diff --git a/serials/routing.pl b/serials/routing.pl index 6a237f6f6e..2e3122d3b5 100755 --- a/serials/routing.pl +++ b/serials/routing.pl @@ -28,14 +28,11 @@ printed out use Modern::Perl; use CGI qw ( -utf8 ); use C4::Koha; -use C4::Auth; -use C4::Output; -use C4::Acquisition; -use C4::Output; +use C4::Auth qw( get_template_and_user ); +use C4::Output qw( output_and_exit output_html_with_http_headers ); use C4::Context; -use C4::Members; -use C4::Serials; +use C4::Serials qw( GetSubscription delroutingmember addroutingmember getroutinglist GetSerials GetLatestSerials check_routing ); use Koha::Patrons; use URI::Escape;