diff --git a/controllers/invoices_controller.php b/controllers/invoices_controller.php index 623d16e5..3118214c 100644 --- a/controllers/invoices_controller.php +++ b/controllers/invoices_controller.php @@ -30,7 +30,7 @@ class InvoicesController extends AppController { if (!empty($this->data)) { $this->Invoice->create(); - $invoice_number_offset = 4500; //What Invoice number we are up to. Starting at 4500 due to the data loss. + $invoice_number_offset = 4435; //What Invoice number we are up to. Starting at 4500 due to the data loss. $number_of_invoices = $this->Invoice->findCount();