From 0b198432d29d5ed633aa9f889abdf8433a3f01e6 Mon Sep 17 00:00:00 2001 From: VE10-Sanjeev Date: Thu, 18 May 2023 10:24:14 +0530 Subject: [PATCH] sales 3 : ps --- 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 7affbafd..87540ef3 100644 --- a/api/application/controllers/Sales_PD_Controller.php +++ b/api/application/controllers/Sales_PD_Controller.php @@ -551,7 +551,7 @@ class Sales_PD_Controller extends REST_Controller { public function listSalesPD_get() { - echo "sales ctrl";die(); + //echo "sales ctrl";die(); $lender_id = $this->uri->segment(2); $user_id = $this->uri->segment(3); $role = $this->uri->segment(4);