Bug 30952: Change color of btn-primary and use that for Check out button
[koha-ffzg.git] / opac / opac-recordedbooks-search.pl
index 1345080..1d2f496 100755 (executable)
@@ -21,8 +21,8 @@ use Modern::Perl;
 
 use CGI qw( -utf8 );
 
-use C4::Auth;
-use C4::Output;
+use C4::Auth qw( get_template_and_user );
+use C4::Output qw( output_html_with_http_headers );
 
 my $cgi = CGI->new;
 
@@ -31,7 +31,6 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
         template_name   => "opac-recordedbooks-search.tt",
         query           => $cgi,
         type            => "opac",
-        debug           => 1,
         authnotrequired => 1,
     }
 );