course details changes done

This commit is contained in:
gandhimathi 2018-01-27 16:15:15 +05:30
parent cfae43baa5
commit 872c7faa4d

View File

@ -182,7 +182,7 @@ class Call_Tracking_Controller extends REST_Controller {
$update_followup_details['StatusCode'] = $this->post('status');
$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');
// store followup details for insert
$followup_details['TrackingID'] = $this->post('trackingID');
$followup_details['FollowupOn'] = $this->post('date');