course details changes done
This commit is contained in:
parent
120412afcf
commit
2da6a49dee
@ -160,6 +160,7 @@ class Calltracking_model extends CI_Model {
|
||||
$this->db->join(PICK_LIST_DETAILS.' as PLD', 'PLD.ListCode = AVS.StatusName');
|
||||
$this->db->where('AVS.ActivityID',$activityID);
|
||||
$this->db->where('AVS.IsActive','1');
|
||||
$this->db->where('PLD.IsActive','1');
|
||||
$status = $this->db->get();
|
||||
return $status->result();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user