From 076e8b9a85eafe53c69d7598f9b09d827678cb95 Mon Sep 17 00:00:00 2001 From: VE10-Sanjeev Date: Mon, 10 Apr 2023 11:33:15 +0530 Subject: [PATCH] Live Issues Fixes : 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 efc65db3..0e51b3d7 100644 --- a/api/application/models/Sales_PD_Model.php +++ b/api/application/models/Sales_PD_Model.php @@ -88,7 +88,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){