Bug 14697: Enhance the return claims feature
[koha.git] / members / moremember.pl
index 593b0d1..a2ba396 100755 (executable)
@@ -209,6 +209,7 @@ $template->param(
     housebound_role => scalar $patron->housebound_role,
     relatives_issues_count => $relatives_issues_count,
     relatives_borrowernumbers => \@relatives,
+    logged_in_user => $logged_in_user,
 );
 
 output_html_with_http_headers $input, $cookie, $template->output;