From b3f4490f4036b8f8fbebaad424924823ec196d47 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Wed, 26 Oct 2022 05:40:16 +0000 Subject: [PATCH] Sales_PD_Controller.php edited online with Bitbucket --- api/application/controllers/Sales_PD_Controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/application/controllers/Sales_PD_Controller.php b/api/application/controllers/Sales_PD_Controller.php index 18704bf0..42392bd2 100644 --- a/api/application/controllers/Sales_PD_Controller.php +++ b/api/application/controllers/Sales_PD_Controller.php @@ -429,7 +429,7 @@ class Sales_PD_Controller extends REST_Controller { $order_by = 'SALES_PD_DATA.sales_pd_id'; $sales_pd_data = $this->Sales_PD_Model->getJoinRecords($columns,$table,$joins,$where_condition_array,$order_by,'DESC','',$or_where); - print_r($this->db->last_query());die(); + // print_r($this->db->last_query());die(); if(count($sales_pd_data)) {