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

(-)a/members/maninvoice.pl (-2 / +1 lines)
Lines 72-78 if ($add){ Link Here
72
            $template->param( 'ERROR' => $error );
72
            $template->param( 'ERROR' => $error );
73
            output_html_with_http_headers $input, $cookie, $template->output;
73
            output_html_with_http_headers $input, $cookie, $template->output;
74
        } else {
74
        } else {
75
            print $input->redirect("/cgi-bin/koha/members/boraccount.pl?borrowernumber=$borrowernumber");
75
            print $input->redirect("/cgi-bin/koha/members/pay.pl?borrowernumber=$borrowernumber");
76
            exit;
76
            exit;
77
        }
77
        }
78
    }
78
    }
79
- 

Return to bug 14898