Amended PO not listed

This commit is contained in:
gandhimathi Bharathirajan 2017-11-13 11:20:02 +05:30
parent f0a1667ca8
commit d964a2918c

View File

@ -49,7 +49,8 @@ class amendmentpurchaseorder extends BaseController
$Req = $this->purchaseorder_model->getRequistionNoFromPO($PONO);
$data['ReqList'] = $Req ;
$result = array();
$ReqArray = array();
$ReqArray = array();
$Status = '';
foreach ($Req as $SID):
$ReqArray[] = $SID->ReqNo ;
$result[] = $this->purchaseorder_model->getRawPOMaterialList($SID->ReqNo);