report call tracking comments changes in call tracking controller

This commit is contained in:
gandhimathi 2018-08-23 13:20:46 +05:30
parent 741048da71
commit b6db762e97

View File

@ -445,7 +445,7 @@ class Call_Tracking_Controller extends REST_Controller {
$tracking_details['CreatedBranch'] = $this->post('branchId');
//store tracking followup details
$tracking_followup_details['FollowupOn'] = $this->post('date');
$tracking_followup_details['FollowupComments'] = $comments[$index];
$tracking_followup_details['FollowupComments'] = $comments;
$tracking_followup_details['StatusName'] = $this->post('status');
$tracking_followup_details['AssignedStaff'] = $this->post('assignedTo');