html content : ps
This commit is contained in:
parent
2a94049647
commit
4452678bdc
@ -706,7 +706,7 @@ class Flyhi_Controller extends REST_Controller {
|
|||||||
//$view_name = $flyhipd_data[0]['short_name'].'_'.$flyhipd_data[0]['abbr'];
|
//$view_name = $flyhipd_data[0]['short_name'].'_'.$flyhipd_data[0]['abbr'];
|
||||||
$view_name = $flyhipd_data[0]['short_name'];
|
$view_name = $flyhipd_data[0]['short_name'];
|
||||||
$html_content = $this->load->view('sale_pd_templates/'.$view_name,$view_data,true);
|
$html_content = $this->load->view('sale_pd_templates/'.$view_name,$view_data,true);
|
||||||
echo $html_content;die();
|
//echo $html_content;die();
|
||||||
$pdf_doc = $this->pdfgenerator->generate($html_content, $filename='version', $stream=false, $paper = 'A4', $orientation = "portrait");
|
$pdf_doc = $this->pdfgenerator->generate($html_content, $filename='version', $stream=false, $paper = 'A4', $orientation = "portrait");
|
||||||
//End of PDF Gen using DOM PDF
|
//End of PDF Gen using DOM PDF
|
||||||
$output_file = $this->external_path ."/sales_pd/" .$pd_id. "/temp.pdf";
|
$output_file = $this->external_path ."/sales_pd/" .$pd_id. "/temp.pdf";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user