From 2228045350548b0b112fd228ce13c3a6d9fe47e5 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Thu, 5 May 2022 10:25:28 +0000 Subject: [PATCH] Sales_PD_Controller : ps --- api/application/controllers/Sales_PD_Controller.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/api/application/controllers/Sales_PD_Controller.php b/api/application/controllers/Sales_PD_Controller.php index d0af91e1..4469406b 100644 --- a/api/application/controllers/Sales_PD_Controller.php +++ b/api/application/controllers/Sales_PD_Controller.php @@ -1342,9 +1342,8 @@ public function filterSalesPDList_post() { log_message('ERROR','## SalesPDReportforCETApp Fns Entered'); $get = $this->get('sales_pd_id'); if(!empty($get)){ - $data['report'] = $this->prepareSalesPDReport($get); + $this->prepareSalesPDReport($get); log_message('ERROR',"Report Generated for CET App"); - $statusMsg = 'Report Generated'; }else{ log_message('ERROR','Report Not Available for CET App'); $statusMsg = 'Report Not Available.';