From daadc448c542f1a7a17002bd10c69ae615fa8e19 Mon Sep 17 00:00:00 2001 From: "venbatechnologies@gmail.com" Date: Wed, 29 Aug 2018 13:20:36 +0530 Subject: [PATCH] monthly pay --- application/models/monthlypay_model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();