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

(-)a/members/pay.pl (-2 / +1 lines)
Lines 98-104 if ($writeoff_all) { Link Here
98
    if ( $amount > $accountline->amountoutstanding ) {
98
    if ( $amount > $accountline->amountoutstanding ) {
99
        print $input->redirect( "/cgi-bin/koha/members/paycollect.pl?"
99
        print $input->redirect( "/cgi-bin/koha/members/paycollect.pl?"
100
              . "borrowernumber=$borrowernumber"
100
              . "borrowernumber=$borrowernumber"
101
              . "&amount=$amount"
101
              . "&amount=" . $accountline->amount
102
              . "&amountoutstanding=" . $accountline->amountoutstanding
102
              . "&amountoutstanding=" . $accountline->amountoutstanding
103
              . "&accounttype=" . $accountline->accounttype
103
              . "&accounttype=" . $accountline->accounttype
104
              . "&accountlines_id=" . $accountlines_id
104
              . "&accountlines_id=" . $accountlines_id
105
- 

Return to bug 20120