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);