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:
parent
c9080b14c7
commit
cb8c3f4f39
@ -112,8 +112,7 @@ class AddGatewayFee extends AbstractService
|
||||
$this->invoice
|
||||
->client
|
||||
->service()
|
||||
->updateBalance($adjustment)
|
||||
->save();
|
||||
->updateBalance($adjustment);
|
||||
|
||||
$this->invoice
|
||||
->ledger()
|
||||
|
Loading…
Reference in New Issue
Block a user