From 7733191e3e6a36a1d11850c54dab99787881632b Mon Sep 17 00:00:00 2001 From: gandhimathi Bharathirajan Date: Mon, 7 Aug 2017 13:22:19 +0530 Subject: [PATCH] Import amendment issue --- application/controllers/amendmentpurchaseorder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }