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