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

(-)a/members/maninvoice.pl (-1 / +5 lines)
Lines 87-92 if ($add){ Link Here
87
            $template->param( 'ERROR' => $error );
87
            $template->param( 'ERROR' => $error );
88
            output_html_with_http_headers $input, $cookie, $template->output;
88
            output_html_with_http_headers $input, $cookie, $template->output;
89
        } else {
89
        } else {
90
91
            if ( C4::Context->preference('AccountAutoReconcile') ) {
92
                $patron->account->reconcile_balance;
93
            }
94
90
            print $input->redirect("/cgi-bin/koha/members/boraccount.pl?borrowernumber=$borrowernumber");
95
            print $input->redirect("/cgi-bin/koha/members/boraccount.pl?borrowernumber=$borrowernumber");
91
            exit;
96
            exit;
92
        }
97
        }
93
- 

Return to bug 21915