diff --git a/application/models/inwardgateregister_model.php b/application/models/inwardgateregister_model.php index c2ad4c3c..bd94163f 100755 --- a/application/models/inwardgateregister_model.php +++ b/application/models/inwardgateregister_model.php @@ -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();