changes in call tracking model

This commit is contained in:
gandhimathi 2017-11-22 15:31:40 +05:30
parent b950101d33
commit 97efdb7064

View File

@ -159,6 +159,8 @@ class Call_Tracking_Controller extends REST_Controller {
$update_followup_details['TrackingID'] = $this->post('trackingID');
$update_followup_details['UpdatedBy'] = $this->post('updatedBy');
$update_followup_details['StatusCode'] = $this->post('status');
$update_followup_details['UpdatedOn'] = date('Y-m-d H:i:s');
// store followup details for insert
$followup_details['TrackingID'] = $this->post('trackingID');
$followup_details['FollowupOn'] = $this->post('date');