Amended PO not listed

This commit is contained in:
gandhimathi Bharathirajan 2017-11-13 11:18:10 +05:30
parent b4c0330d8a
commit f0a1667ca8

View File

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