changes in call tracking model
This commit is contained in:
parent
abc1995004
commit
0000fb3162
@ -136,7 +136,7 @@ class Calltracking_model extends CI_Model {
|
|||||||
$this->db->select('LO.ID,ST.StaffID,ST.Firstname');
|
$this->db->select('LO.ID,ST.StaffID,ST.Firstname');
|
||||||
$this->db->from(LOGIN.' as LO');
|
$this->db->from(LOGIN.' as LO');
|
||||||
$this->db->join(STAFF.' as ST', 'ST.StaffID = LO.StaffID');
|
$this->db->join(STAFF.' as ST', 'ST.StaffID = LO.StaffID');
|
||||||
$this->db->where('LO.IsActive',$status);
|
$this->db->where('ST.IsActive',$status);
|
||||||
$staffDetails=$this->db->get();
|
$staffDetails=$this->db->get();
|
||||||
if($staffDetails){
|
if($staffDetails){
|
||||||
$result_staff = array();
|
$result_staff = array();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user