Clean up before final commits
[koha.git] / serials / viewalerts.pl
index c72b199..af235ea 100755 (executable)
 use strict;
 use C4::Auth;
 use C4::Context;
-use C4::Output;
+
 use CGI;
 use C4::Interface::CGI::Output;
-use C4::Interface::CGI::Template;
+
 use C4::Koha;
 use C4::Letters;
 use C4::Serials;
@@ -34,7 +34,7 @@ my $dbh = C4::Context->dbh;
 
 my $input = new CGI;
 my $print = $input->param('print');
-my $template_name;
+
 
 my ($template, $loggedinuser, $cookie)
     = get_template_and_user({template_name => 'serials/viewalerts.tmpl',