diff --git a/app/Services/Invoice/HandleCancellation.php b/app/Services/Invoice/HandleCancellation.php index e589cadf48a0..52a369ede4e1 100644 --- a/app/Services/Invoice/HandleCancellation.php +++ b/app/Services/Invoice/HandleCancellation.php @@ -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();