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);