- removed : ps
This commit is contained in:
parent
b4166bc5e0
commit
773a870327
@ -1533,7 +1533,7 @@ public function filterSalesPDList_post() {
|
|||||||
// 'caseno'=>'MWISE00840');
|
// 'caseno'=>'MWISE00840');
|
||||||
$common_fields = array('pdid'=>$view_data['pd_master_details'][0]['pd_id'],
|
$common_fields = array('pdid'=>$view_data['pd_master_details'][0]['pd_id'],
|
||||||
'product'=>$view_data['pd_master_details'][0]['product_abbr'],
|
'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();
|
// print_r($pd_section_data);die();
|
||||||
$forms_data_to_be_get_direct_from_excel_sheet = array(3,9,10,15);
|
$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;
|
// $CETAPP_creditPD_data[5]['key_stakeholders'] = $temp_arr;
|
||||||
}// ### LFMP key_stakeholders ends
|
}// ### LFMP key_stakeholders ends
|
||||||
// log_message('ERROR',"SUSEEN".json_encode($CETAPP_creditPD_data));die();
|
// 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"){
|
if($view_data['pd_master_details'][0]['product_abbr'] == "NBFC/MFI"){
|
||||||
$html_content = $this->load->view('smc_creditpd_reports/NBFC',$view_data,true);
|
$html_content = $this->load->view('smc_creditpd_reports/NBFC',$view_data,true);
|
||||||
}else{
|
}else{
|
||||||
$html_content = $this->load->view('smc_creditpd_reports/MWISE',$view_data,true);
|
$html_content = $this->load->view('smc_creditpd_reports/MWISE',$view_data,true);
|
||||||
}
|
}
|
||||||
|
|
||||||
// exit();
|
|
||||||
$pdf_name = $view_data['pd_master_details'][0]['main_applicant'];
|
$pdf_name = $view_data['pd_master_details'][0]['main_applicant'];
|
||||||
$new_pdf_name = "PD_Report_".$view_data['pd_master_details'][0]['main_applicant'];
|
$new_pdf_name = "PD_Report_".$view_data['pd_master_details'][0]['main_applicant'];
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user