From 359b13925a8ade5a4bb9d881800e5f34d0de790e Mon Sep 17 00:00:00 2001 From: Curt Lucas Date: Thu, 11 Jun 2015 23:02:09 -0400 Subject: [PATCH] Update reports.php Duplicate lines removed --- application_fa93g/controllers/reports.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/application_fa93g/controllers/reports.php b/application_fa93g/controllers/reports.php index 9d173f2..265f330 100644 --- a/application_fa93g/controllers/reports.php +++ b/application_fa93g/controllers/reports.php @@ -155,12 +155,6 @@ public function transaction_by_inventory() // Libraries $this->load->library('dateconverter'); - $from = $this->input->post('from'); - $to = $this->input->post('to'); - - // VALIDATE. AND SANITIZE. - // VALIDATE. AND SANITIZE. - $from = explode('-', $from); $to = explode('-', $to); @@ -695,4 +689,4 @@ function invoice_invoices() } } } - } \ No newline at end of file + }