IGR Issue fixed

This commit is contained in:
gandhimathi Bharathirajan 2017-08-02 17:16:30 +05:30
parent a494e4c307
commit 181e89a745

View File

@ -42,7 +42,7 @@ class inwardgateregister_model extends CI_Model
$this->db->where('POM.POType !=',SERVICE);
$this->db->or_where('POM.Status',IGR_CREATED);
$this->db->or_where('POM.Status',MRIR_CREATED);
$this->db->or_where('POM.Status',MRIR_APPROVED);
$query = $this->db->get();
$result = $query->result();