@@ -, +, @@ --- members/files.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- a/members/files.pl +++ a/members/files.pl @@ -103,7 +103,7 @@ else { files => Koha::Borrower::Files->new( borrowernumber => $borrowernumber ) ->GetFilesInfo(), - errors => %errors + errors => \%errors ); output_html_with_http_headers $cgi, $cookie, $template->output; } --