staff access
This commit is contained in:
parent
009f07c7f4
commit
b54e0bfe3f
@ -1024,6 +1024,8 @@ class Student_model extends CI_Model {
|
||||
|
||||
$this->db->group_by('t1.StaffID');
|
||||
$this->db->where('t1.BranchCode', $loginBranchId);
|
||||
$this->db->where('t1.IsActive','1');
|
||||
$this->db->where('t2.IsActive','1');
|
||||
// $this->db->where('t1.ListCode', EMPLOYEE);
|
||||
$this->db->order_by('t1.CreatedOn', 'DESC');
|
||||
$empDetails = $this->db->get();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user