call track changes done

This commit is contained in:
gandhimathi 2018-05-17 15:38:53 +05:30
parent 9df410037f
commit 7c25c5eafc

View File

@ -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');