Bug 30844: The OPAC detail page's browser is limited to the current page of results...
[srvgit] / opac / opac-request-article.pl
index 1ef7184..dcf9f21 100755 (executable)
@@ -128,6 +128,9 @@ if(!$patron->can_request_article) {
     );
 }
 
+$template->param( article_request_fee => $patron->article_request_fee )
+  if $action ne 'create';
+
 $template->param(
     biblio => $biblio,
     patron => $patron,