IGR Issue fixed
This commit is contained in:
parent
a494e4c307
commit
181e89a745
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user