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

(-)a/Koha/Account.pm (-2 / +1 lines)
Lines 281-287 sub pay { Link Here
281
                lang    => $patron->lang,
281
                lang    => $patron->lang,
282
                tables => {
282
                tables => {
283
                    borrowers       => $self->{patron_id},
283
                    borrowers       => $self->{patron_id},
284
                    branches        => $self->{library_id},
284
                    branches        => $library_id,
285
                },
285
                },
286
                substitute => {
286
                substitute => {
287
                    credit => $payment,
287
                    credit => $payment,
288
- 

Return to bug 23181