Costcode error fixed
This commit is contained in:
parent
55f455a0e1
commit
a68e5c43b8
@ -37,14 +37,15 @@ class purchaseorder extends BaseController
|
||||
|
||||
function requisition()
|
||||
{
|
||||
|
||||
$Req_No='';
|
||||
$IsArray='';
|
||||
$data['DeptList'] = $this->purchaseorder_model->getDepartmentListForAllReq();
|
||||
|
||||
$data['stList'] = $this->purchaseorder_model->getStatusListforAllReq();
|
||||
|
||||
$data['ReqList'] = $this->purchaseorder_model->getRawPOMaterialList($Req_No,$IsArray);
|
||||
|
||||
/* Cost code from Requisition - Client Review Fix
|
||||
Start here */
|
||||
// $data['ReqList'] = $this->purchaseorder_model->getRequistionListbySearch();
|
||||
|
||||
$data['ReqList'] = $this->purchaseorder_model->getAllRequistionListToCreatePO();
|
||||
/* End Here */
|
||||
$this->global['pageTitle'] = 'Siddharth : Create PO from Requisition List';
|
||||
|
||||
$this->loadViews("createPOfromRequistion", $this->global, $data,Null);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user