Import amendment issue

This commit is contained in:
gandhimathi Bharathirajan 2017-08-07 13:22:19 +05:30
parent 724bea7033
commit 7733191e3e

View File

@ -1552,7 +1552,7 @@ function CreateAmendPOPrint()
$this->dompdf->load_html($php);
$this->dompdf->render();
$data['Attachment'] = FALSE;
//$this->dompdf->stream("ImportPOReport.pdf",$data,$php);
$this->dompdf->stream("ImportPOReport.pdf",$data,$php);
}