Attendance issues fixed
This commit is contained in:
parent
d7cedfe621
commit
9d0a98e010
@ -122,6 +122,7 @@ class monthlypay_model extends CI_Model
|
|||||||
$this->db->from('T_Attendance');
|
$this->db->from('T_Attendance');
|
||||||
$this->db->join('T_Employee_Details','T_Attendance.EmpID=T_Employee_Details.EmpID');
|
$this->db->join('T_Employee_Details','T_Attendance.EmpID=T_Employee_Details.EmpID');
|
||||||
$this->db->where('Month_Year',$current);
|
$this->db->where('Month_Year',$current);
|
||||||
|
$this->db->where('T_Employee_Details.IsActive',1);
|
||||||
|
|
||||||
$query = $this->db->get();
|
$query = $this->db->get();
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user