call track changes done

This commit is contained in:
gandhimathi 2018-03-13 13:37:51 +05:30
parent 6c8471feae
commit 8e7a2fc259

View File

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