From 8e7a2fc259f006dd09664fc6e6ab0edbf2c40e60 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Tue, 13 Mar 2018 13:37:51 +0530 Subject: [PATCH] call track changes done --- .../api/application/controllers/Call_Tracking_Controller.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Apollo/api/application/controllers/Call_Tracking_Controller.php b/Apollo/api/application/controllers/Call_Tracking_Controller.php index f90f7c99..bb94f8bd 100755 --- a/Apollo/api/application/controllers/Call_Tracking_Controller.php +++ b/Apollo/api/application/controllers/Call_Tracking_Controller.php @@ -183,6 +183,9 @@ class Call_Tracking_Controller extends REST_Controller { $update_followup_details['AssignedTo'] = $this->post('assignedTo'); $update_followup_details['UpdatedOn'] = $now->format('Y-m-d H:i:s'); $update_followup_details['CreatedBranch'] = $this->post('branchId'); + $update_followup_details['Address'] = $this->post('address'); + $update_followup_details['AlternateMobile'] = $this->post('alternateMobile'); + $update_followup_details['ReferredBy'] = $this->post('referredBy'); // store followup details for insert $followup_details['TrackingID'] = $this->post('trackingID'); $followup_details['FollowupOn'] = $this->post('date');