minor fixes when calculating invoice cancellations
This commit is contained in:
parent
07d7326f63
commit
a27d47552a
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ class HandleCancellation extends AbstractService
|
|||
|
||||
//adjust client balance
|
||||
$this->invoice->client->service()->updateBalance($adjustment)->save();
|
||||
$this->invoice->fresh();
|
||||
// $this->invoice->fresh();
|
||||
|
||||
$this->invoice->service()->workFlow()->save();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue