monthly pay
This commit is contained in:
parent
30100f03ab
commit
daadc448c5
@ -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();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user