call track changes done
This commit is contained in:
parent
9df410037f
commit
7c25c5eafc
@ -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');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user