SMC_Credit_PD_Controller.php edited online with Bitbucket

This commit is contained in:
gandhimathi 2022-08-19 07:36:35 +00:00
parent 5a308b7544
commit 4668159512

View File

@ -1692,7 +1692,7 @@ public function filterSalesPDList_post() {
}else{
$html_content = $this->load->view('smc_creditpd_reports/MWISE',$view_data,true);
}
print_r($html_content);exit();
// print_r($html_content);exit();
$pdf_name = $view_data['pd_master_details'][0]['main_applicant'];
$new_pdf_name = "PD_Report_".$view_data['pd_master_details'][0]['main_applicant'];