mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
Code cleanup
This commit is contained in:
parent
28b30e719a
commit
86d16f21ea
@ -156,7 +156,6 @@ class DeletePayment
|
|||||||
|
|
||||||
$client
|
$client
|
||||||
->service()
|
->service()
|
||||||
// ->updatePaidToDate(($paymentable_credit->pivot->amount) * -1)
|
|
||||||
->adjustCreditBalance($paymentable_credit->pivot->amount)
|
->adjustCreditBalance($paymentable_credit->pivot->amount)
|
||||||
->save();
|
->save();
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user