diff --git a/application/controllers/amendmentpurchaseorder.php b/application/controllers/amendmentpurchaseorder.php index 0cb16e47..7670d1e3 100755 --- a/application/controllers/amendmentpurchaseorder.php +++ b/application/controllers/amendmentpurchaseorder.php @@ -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); }