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.';