From a27d47552a474c49ae409dc82228d6ace04336e1 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 27 Oct 2022 14:56:59 +1100 Subject: [PATCH] minor fixes when calculating invoice cancellations --- app/Services/Invoice/HandleCancellation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();