From 260c817eeeaef39e0713581b46f44368ac149981 Mon Sep 17 00:00:00 2001 From: Karl Cordes Date: Tue, 4 May 2010 17:00:46 +1000 Subject: [PATCH] Changed offset for production generation of inv number --- controllers/invoices_controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/invoices_controller.php b/controllers/invoices_controller.php index 3118214c..33fd1a6d 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 = 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();