1
0
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:
David Bomba 2022-11-29 17:20:40 +11:00
parent c9080b14c7
commit cb8c3f4f39

View File

@ -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()