minor fixes

This commit is contained in:
David Bomba 2022-03-25 23:34:56 +11:00
parent 81825cc063
commit 1a21460626

View File

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