changes in call tracking model

This commit is contained in:
gandhimathi 2017-11-22 14:47:04 +05:30
parent abc1995004
commit 0000fb3162

View File

@ -136,7 +136,7 @@ class Calltracking_model extends CI_Model {
$this->db->select('LO.ID,ST.StaffID,ST.Firstname');
$this->db->from(LOGIN.' as LO');
$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();
if($staffDetails){
$result_staff = array();