changed model

This commit is contained in:
gandhimathi 2017-11-21 16:23:53 +05:30
parent 1deb72a59e
commit c918a764b8

View File

@ -247,7 +247,10 @@ class Calltracking_model extends CI_Model {
$tracking_array["CourseName"]=$row->CourseName; $tracking_array["CourseName"]=$row->CourseName;
$tracking_array["ListCode"]=$row->ListCode; $tracking_array["ListCode"]=$row->ListCode;
$tracking_array["ListName"]=$row->ListName; $tracking_array["ListName"]=$row->ListName;
$tracking_array["followupDetails"]=$this->getTrackingFollowup($row->TrackingID); // $tracking_array["followupDetails"]=$this->getTrackingFollowup($row->TrackingID);
$followupDetails=$this->getTrackingFollowup($row->TrackingID);
$tracking_array["followupDetails"]=$followupDetails[0]->FollowupOn;
$result[]=$tracking_array; $result[]=$tracking_array;