From b6bd0981e01f88d241d9cc9e76ab7029025ef18c Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Thu, 17 Aug 2017 16:20:53 +0000 Subject: [PATCH] purchaseorder.php edited online with Bitbucket --- application/controllers/purchaseorder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/purchaseorder.php b/application/controllers/purchaseorder.php index d2f919a9..dc1d6fd7 100755 --- a/application/controllers/purchaseorder.php +++ b/application/controllers/purchaseorder.php @@ -1022,7 +1022,7 @@ class purchaseorder extends BaseController // Load the pdf page with multiviews $data['CompanyDetails'] = $this->purchaseorder_model->getCompanyInformation(); - $data['POItem'] = $this->purchaseorder_model->GetServicePurchaseOrderDetailsForPrint($PONO); + $data['POItem'] = $this->purchaseorder_model->GetServicePurchaseOrderDetailsForpdf($PONO); $data['releasedetails'] = $this->purchaseorder_model->GetReleasedDetails($PONO);