Fixes for refunds
This commit is contained in:
parent
cecee6cbfe
commit
3fa8158bc3
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ class RefundPayment
|
|||
$paymentable_credit->balance += $available_credit;
|
||||
$paymentable_credit->service()
|
||||
->setStatus(Credit::STATUS_SENT)
|
||||
->updateBalance($available_credit)
|
||||
->adjustBalance($available_credit)
|
||||
->updatePaidToDate($available_credit*-1)
|
||||
->save();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue