From b6db762e9793d2913b495beb8d91830ead89f742 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Thu, 23 Aug 2018 13:20:46 +0530 Subject: [PATCH] report call tracking comments changes in call tracking controller --- Apollo/api/application/controllers/Call_Tracking_Controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apollo/api/application/controllers/Call_Tracking_Controller.php b/Apollo/api/application/controllers/Call_Tracking_Controller.php index 412ed4d0..a0cdfd9c 100755 --- a/Apollo/api/application/controllers/Call_Tracking_Controller.php +++ b/Apollo/api/application/controllers/Call_Tracking_Controller.php @@ -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');