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

(-)a/Koha/Account.pm (-2 / +1 lines)
Lines 244-250 sub add_credit { Link Here
244
                    {
244
                    {
245
                        credit_id => $line->id,
245
                        credit_id => $line->id,
246
                        type      => 'CREATE',
246
                        type      => 'CREATE',
247
                        amount    => $amount
247
                        amount    => $amount * -1
248
                    }
248
                    }
249
                )->store();
249
                )->store();
250
250
251
- 

Return to bug 22435