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

(-)a/Koha/Account.pm (-2 / +1 lines)
Lines 269-275 sub pay { Link Here
269
                lang    => $patron->lang,
269
                lang    => $patron->lang,
270
                tables => {
270
                tables => {
271
                    borrowers       => $self->{patron_id},
271
                    borrowers       => $self->{patron_id},
272
                    branches        => $self->{library_id},
272
                    branches        => $library_id,
273
                },
273
                },
274
                substitute => {
274
                substitute => {
275
                    credit => $payment,
275
                    credit => $payment,
276
- 

Return to bug 23181