1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +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
->client
->service()
->updateBalance($adjustment)
->save();
->updateBalance($adjustment);
$this->invoice
->ledger()