View | Details | Raw Unified | Return to bug 8130
Collapse All | Expand All

(-)a/members/files.pl (-2 / +1 lines)
Lines 103-109 else { Link Here
103
        files => Koha::Borrower::Files->new( borrowernumber => $borrowernumber )
103
        files => Koha::Borrower::Files->new( borrowernumber => $borrowernumber )
104
          ->GetFilesInfo(),
104
          ->GetFilesInfo(),
105
105
106
        errors => %errors
106
        errors => \%errors
107
    );
107
    );
108
    output_html_with_http_headers $cgi, $cookie, $template->output;
108
    output_html_with_http_headers $cgi, $cookie, $template->output;
109
}
109
}
110
- 

Return to bug 8130