Sales_PD_Controller : ps

This commit is contained in:
gandhimathi 2022-05-05 10:25:28 +00:00
parent 38f744b9ae
commit 2228045350

View File

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