Bug 22445: Custom cover images - opac user (checkout list)
[srvgit] / opac / opac-request-article.pl
index b7621dc..e6ea45c 100755 (executable)
@@ -84,4 +84,4 @@ $template->param(
     patron => $patron,
 );
 
-output_html_with_http_headers $cgi, $cookie, $template->output;
+output_html_with_http_headers $cgi, $cookie, $template->output, undef, { force_no_caching => 1 };