course details changes done
This commit is contained in:
parent
cfae43baa5
commit
872c7faa4d
@ -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');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user