mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
Minor fix for client balance adjustment
This commit is contained in:
parent
c9080b14c7
commit
cb8c3f4f39
@ -112,8 +112,7 @@ class AddGatewayFee extends AbstractService
|
|||||||
$this->invoice
|
$this->invoice
|
||||||
->client
|
->client
|
||||||
->service()
|
->service()
|
||||||
->updateBalance($adjustment)
|
->updateBalance($adjustment);
|
||||||
->save();
|
|
||||||
|
|
||||||
$this->invoice
|
$this->invoice
|
||||||
->ledger()
|
->ledger()
|
||||||
|
Loading…
Reference in New Issue
Block a user