errors => \%errors,
);
if ( $op eq 'cud-upload' ){
print $cgi->redirect('/cgi-bin/koha/members/files.pl?borrowernumber=' . $borrowernumber );
}
output_html_with_http_headers $cgi, $cookie, $template->output;
-