diff --git a/application/models/monthlypay_model.php b/application/models/monthlypay_model.php index 83f0c956..bff0ab9f 100644 --- a/application/models/monthlypay_model.php +++ b/application/models/monthlypay_model.php @@ -188,7 +188,7 @@ if(strlen($month) == 6) // $this->db->where('month(T_Employee_Details.DateofJoining) <= ',$month_val); $this->db->where('T_Employee_Details.DateofJoining <= ',$lastdate); $this->db->where('Month_Year',$current); - $this->db->where('T_Employee_Details.IsActive',1); + //$this->db->where('T_Employee_Details.IsActive',1); $this->db->order_by('T_Attendance.EmpID', 'asc'); $query = $this->db->get();