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

(-)a/members/files.pl (-1 / +5 lines)
Lines 108-113 else { Link Here
108
108
109
        errors => \%errors,
109
        errors => \%errors,
110
    );
110
    );
111
112
    if ( $op eq 'cud-upload' ){
113
        print $cgi->redirect('/cgi-bin/koha/members/files.pl?borrowernumber=' . $borrowernumber );
114
    }
115
111
    output_html_with_http_headers $cgi, $cookie, $template->output;
116
    output_html_with_http_headers $cgi, $cookie, $template->output;
112
}
117
}
113
118
114
- 

Return to bug 37365