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 + }