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

(-)a/Koha/Account.pm (-2 / +1 lines)
Lines 263-269 sub pay { Link Here
263
                lang    => $patron->lang,
263
                lang    => $patron->lang,
264
                tables => {
264
                tables => {
265
                    borrowers       => $self->{patron_id},
265
                    borrowers       => $self->{patron_id},
266
                    branches        => $self->{library_id},
266
                    branches        => $library_id,
267
                },
267
                },
268
                substitute => {
268
                substitute => {
269
                    credit => $payment,
269
                    credit => $payment,
270
- 

Return to bug 23181