Code cleanup
This commit is contained in:
parent
28b30e719a
commit
86d16f21ea
|
|
@ -156,7 +156,6 @@ class DeletePayment
|
|||
|
||||
$client
|
||||
->service()
|
||||
// ->updatePaidToDate(($paymentable_credit->pivot->amount) * -1)
|
||||
->adjustCreditBalance($paymentable_credit->pivot->amount)
|
||||
->save();
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue