diff --git a/Apollo/api/application/controllers/Call_Tracking_Controller.php b/Apollo/api/application/controllers/Call_Tracking_Controller.php index bb94f8bd..c84d79da 100755 --- a/Apollo/api/application/controllers/Call_Tracking_Controller.php +++ b/Apollo/api/application/controllers/Call_Tracking_Controller.php @@ -186,6 +186,9 @@ class Call_Tracking_Controller extends REST_Controller { $update_followup_details['Address'] = $this->post('address'); $update_followup_details['AlternateMobile'] = $this->post('alternateMobile'); $update_followup_details['ReferredBy'] = $this->post('referredBy'); + $update_followup_details['University'] = $this->post('universityName'); + $update_followup_details['Course'] = $this->post('courseName'); + $update_followup_details['PendingDocStatus'] = $this->post('pendingDocStatus'); // store followup details for insert $followup_details['TrackingID'] = $this->post('trackingID'); $followup_details['FollowupOn'] = $this->post('date');