From ef98920aceb130ed06c1955db0a0bd5bc00657c8 Mon Sep 17 00:00:00 2001 From: VE10-Sanjeev Date: Mon, 10 Apr 2023 12:25:07 +0530 Subject: [PATCH] echo mistake : ps --- api/application/models/Sales_PD_Model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/application/models/Sales_PD_Model.php b/api/application/models/Sales_PD_Model.php index 007e1490..3721ec70 100644 --- a/api/application/models/Sales_PD_Model.php +++ b/api/application/models/Sales_PD_Model.php @@ -92,7 +92,7 @@ class Sales_PD_Model extends SPARQ_Model { $this->db->limit(1000,0); $result = $this->db->get()->result_array(); // if(ENVIRONMENT == 'development'){echo 'LAST QUERY '. $this->db->last_query();} - echo $this->db->last_query();die(); + // echo $this->db->last_query();die(); return $result; } public function testSaleSection($id){