- removed : ps

This commit is contained in:
VE10-Sanjeev 2022-05-20 13:00:14 +05:30
parent b4166bc5e0
commit 773a870327

View File

@ -1533,7 +1533,7 @@ public function filterSalesPDList_post() {
// 'caseno'=>'MWISE00840');
$common_fields = array('pdid'=>$view_data['pd_master_details'][0]['pd_id'],
'product'=>$view_data['pd_master_details'][0]['product_abbr'],
- 'caseno'=>$view_data['pd_master_details'][0]['pd_sno']);
'caseno'=>$view_data['pd_master_details'][0]['pd_sno']);
// print_r($pd_section_data);die();
$forms_data_to_be_get_direct_from_excel_sheet = array(3,9,10,15);
@ -1663,14 +1663,13 @@ public function filterSalesPDList_post() {
// $CETAPP_creditPD_data[5]['key_stakeholders'] = $temp_arr;
}// ### LFMP key_stakeholders ends
// log_message('ERROR',"SUSEEN".json_encode($CETAPP_creditPD_data));die();
cet_creditpd::pushwithcetcreditpdapi($common_fields,$CETAPP_creditPD_data);die();
cet_creditpd::pushwithcetcreditpdapi($common_fields,$CETAPP_creditPD_data);
if($view_data['pd_master_details'][0]['product_abbr'] == "NBFC/MFI"){
$html_content = $this->load->view('smc_creditpd_reports/NBFC',$view_data,true);
}else{
$html_content = $this->load->view('smc_creditpd_reports/MWISE',$view_data,true);
}
// exit();
$pdf_name = $view_data['pd_master_details'][0]['main_applicant'];
$new_pdf_name = "PD_Report_".$view_data['pd_master_details'][0]['main_applicant'];