Amended PO not listed
This commit is contained in:
parent
f0a1667ca8
commit
d964a2918c
@ -49,7 +49,8 @@ class amendmentpurchaseorder extends BaseController
|
|||||||
$Req = $this->purchaseorder_model->getRequistionNoFromPO($PONO);
|
$Req = $this->purchaseorder_model->getRequistionNoFromPO($PONO);
|
||||||
$data['ReqList'] = $Req ;
|
$data['ReqList'] = $Req ;
|
||||||
$result = array();
|
$result = array();
|
||||||
$ReqArray = array();
|
$ReqArray = array();
|
||||||
|
$Status = '';
|
||||||
foreach ($Req as $SID):
|
foreach ($Req as $SID):
|
||||||
$ReqArray[] = $SID->ReqNo ;
|
$ReqArray[] = $SID->ReqNo ;
|
||||||
$result[] = $this->purchaseorder_model->getRawPOMaterialList($SID->ReqNo);
|
$result[] = $this->purchaseorder_model->getRawPOMaterialList($SID->ReqNo);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user