Amended PO not listed
This commit is contained in:
parent
b4c0330d8a
commit
f0a1667ca8
@ -98,7 +98,7 @@ POL.status in (?,?)
|
||||
$this->db->join ('tbl_users user1','user1.userid = POM.CreatedBy','left');
|
||||
$this->db->join ('T_Employee_Details ED1','ED1.EmpID = user1.EmpID','left');
|
||||
$this->db->join ('T_Status ST','ST.StatusCode = TMM.MRIRStatus');
|
||||
$this->db->where('POM.status !=',PO_AMENDED);
|
||||
//$this->db->where('POM.status !=',PO_AMENDED);
|
||||
$this->db->order_by ('TMM.MRIRNO','desc');
|
||||
$query = $this->db->get();
|
||||
return $query->result();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user