call tracking re changes
This commit is contained in:
parent
2bdad14b18
commit
2f3a078a29
@ -445,7 +445,7 @@ class Call_Tracking_Controller extends REST_Controller {
|
|||||||
$tracking_details['CreatedBranch'] = $this->post('branchId');
|
$tracking_details['CreatedBranch'] = $this->post('branchId');
|
||||||
//store tracking followup details
|
//store tracking followup details
|
||||||
$tracking_followup_details['FollowupOn'] = $this->post('date');
|
$tracking_followup_details['FollowupOn'] = $this->post('date');
|
||||||
$tracking_followup_details['FollowupComments'] = $comments;
|
$tracking_followup_details['FollowupComments'] = $comments[$index];
|
||||||
|
|
||||||
$tracking_followup_details['StatusName'] = $this->post('status');
|
$tracking_followup_details['StatusName'] = $this->post('status');
|
||||||
$tracking_followup_details['AssignedStaff'] = $this->post('assignedTo');
|
$tracking_followup_details['AssignedStaff'] = $this->post('assignedTo');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user