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

(-)a/Koha/Account.pm (-2 lines)
Lines 52-58 Koha::Account->new( { patron_id => $borrowernumber } )->pay( Link Here
52
        amount     => $amount,
52
        amount     => $amount,
53
        sip        => $sipmode,
53
        sip        => $sipmode,
54
        note       => $note,
54
        note       => $note,
55
        accountlines_id => $accountlines_id,
56
        library_id => $branchcode,
55
        library_id => $branchcode,
57
        lines      => $lines, # Arrayref of Koha::Account::Line objects to pay
56
        lines      => $lines, # Arrayref of Koha::Account::Line objects to pay
58
    }
57
    }
59
- 

Return to bug 15897