mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-12 14:12:44 +01:00
Update client balance after merge
This commit is contained in:
parent
244d121365
commit
3a7825f3e0
@ -71,6 +71,9 @@ class Merge extends AbstractService
|
||||
|
||||
$this->mergable_client->forceDelete();
|
||||
|
||||
$this->client->credit_balance = $this->client->service()->getCreditBalance();
|
||||
$this->saveQuietly();
|
||||
|
||||
return $this->client;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user