From 181e89a74555a2ddd90072fada9639807051e1b7 Mon Sep 17 00:00:00 2001 From: gandhimathi Bharathirajan Date: Wed, 2 Aug 2017 17:16:30 +0530 Subject: [PATCH] IGR Issue fixed --- application/models/inwardgateregister_model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();