Bug 20724: Move the ReservesNeedReturns logic to AddReserve
[koha.git] / opac / opac-browser.pl
index b82df1b..b2e8a60 100755 (executable)
@@ -32,7 +32,6 @@ use C4::Context;
 use C4::Output;
 use CGI qw ( -utf8 );
 use C4::Biblio;
-use C4::Koha;       # use getitemtypeinfo
 
 my $query = new CGI;
 
@@ -101,4 +100,4 @@ $template->param(
     have_hierarchy => $have_hierarchy,
 );
 
-output_html_with_http_headers $query, $cookie, $template->output;
+output_html_with_http_headers $query, $cookie, $template->output, undef, { force_no_caching => 1 };