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

(-)a/members/deletemem.pl (-2 / +1 lines)
Lines 165-171 if ( $op eq 'delete_confirm' or $countissues > 0 or $flags->{'CHARGES'} or $is_ Link Here
165
    DelMember($member);
165
    DelMember($member);
166
    # TODO Tell the user everything went ok
166
    # TODO Tell the user everything went ok
167
    print $input->redirect("/cgi-bin/koha/members/members-home.pl");
167
    print $input->redirect("/cgi-bin/koha/members/members-home.pl");
168
    exit 1;
168
    exit 0; # Exit without error
169
}
169
}
170
170
171
output_html_with_http_headers $input, $cookie, $template->output;
171
output_html_with_http_headers $input, $cookie, $template->output;
172
- 

Return to bug 17403