Merge branch 'master' of bitbucket.org:venbaittech/sparqapi

This commit is contained in:
VE10-Sanjeev 2022-08-20 22:32:07 +05:30
commit ec371ee5e2

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