Changed offset for production generation of inv number
This commit is contained in:
parent
c8f1f8d077
commit
260c817eee
|
|
@ -30,7 +30,7 @@ class InvoicesController extends AppController {
|
|||
if (!empty($this->data)) {
|
||||
$this->Invoice->create();
|
||||
|
||||
$invoice_number_offset = 4435; //What Invoice number we are up to. Starting at 4500 due to the data loss.
|
||||
$invoice_number_offset = 4436; //What Invoice number we are up to. Starting at 4500 due to the data loss.
|
||||
|
||||
$number_of_invoices = $this->Invoice->findCount();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue