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

(-)a/C4/Accounts.pm (-2 / +1 lines)
Lines 276-282 sub makepayment { Link Here
276
    }
276
    }
277
277
278
    UpdateStats({
278
    UpdateStats({
279
                branch => $user,
279
                branch => $branch,
280
                type => 'payment',
280
                type => 'payment',
281
                amount => $amount,
281
                amount => $amount,
282
                borrowernumber => $borrowernumber,
282
                borrowernumber => $borrowernumber,
283
- 

Return to bug 11229