From 1a214606262c8ca610021b728e8bed5994245d70 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 25 Mar 2022 23:34:56 +1100 Subject: [PATCH] minor fixes --- app/Services/Invoice/ApplyNumber.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Services/Invoice/ApplyNumber.php b/app/Services/Invoice/ApplyNumber.php index 2abdf7529993..786051fb18c8 100644 --- a/app/Services/Invoice/ApplyNumber.php +++ b/app/Services/Invoice/ApplyNumber.php @@ -37,7 +37,6 @@ class ApplyNumber extends AbstractService return $this->invoice; } -nlog($this->invoice->toArray()); switch ($this->client->getSetting('counter_number_applied')) { case 'when_saved': $this->invoice->number = $this->getNextInvoiceNumber($this->client, $this->invoice, $this->invoice->recurring_id);