monthly pay

This commit is contained in:
venbatechnologies@gmail.com 2018-08-29 13:20:36 +05:30
parent 30100f03ab
commit daadc448c5

View File

@ -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();