SMC_Credit_PD_Controller.php edited online with Bitbucket

This commit is contained in:
gandhimathi 2021-04-27 15:18:13 +00:00
parent 9c7b003e66
commit 9afac90ea6

View File

@ -1583,7 +1583,7 @@ public function filterSalesPDList_post() {
$html_content = $this->load->view('smc_creditpd_reports/MWISE',$view_data,true);
}
echo $html_content;exit();
//echo $html_content;exit();
$pdf_name = $view_data['pd_master_details'][0]['main_applicant'];
$pdf_doc = $this->pdfgenerator->generate($html_content, $filename='version', $stream=false, $paper = 'A4', $orientation = "portrait");
//End of PDF Gen using DOM PDF