Bug 14697: Enhance the return claims feature
[koha.git] / circ / circulation.pl
index 60e5455..5bc227d 100755 (executable)
@@ -643,6 +643,7 @@ $template->param(
     override_high_holds       => $override_high_holds,
     nopermission              => scalar $query->param('nopermission'),
     autoswitched              => $autoswitched,
+    logged_in_user            => $logged_in_user,
 );
 
 output_html_with_http_headers $query, $cookie, $template->output;