rel_3_0 moved to HEAD
[koha.git] / admin / letter.pl
index 417efc8..49e984e 100755 (executable)
@@ -44,8 +44,7 @@ use C4::Auth;
 use C4::Context;
 use C4::Output;
 use C4::Interface::CGI::Output;
-use C4::Search;
-use HTML::Template;
+
 
 sub StringSearch  {
        my ($env,$searchstring,$type)=@_;
@@ -78,7 +77,7 @@ $searchfield=~ s/\,//g;
 my $dbh = C4::Context->dbh;
 
 my ($template, $borrowernumber, $cookie)
-    = get_template_and_user({template_name => "parameters/letter.tmpl",
+    = get_template_and_user({template_name => "tools/letter.tmpl",
                             query => $input,
                             type => "intranet",
                             authnotrequired => 0,