purchaseorder.php edited online with Bitbucket

This commit is contained in:
gandhimathi 2017-08-17 16:20:53 +00:00
parent 9f4e1b740f
commit b6bd0981e0

View File

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