course details changes done
This commit is contained in:
parent
111ffc68fc
commit
bd0827222e
@ -562,7 +562,7 @@ class StatusUpdation_model extends CI_Model
|
|||||||
if($leadDet){
|
if($leadDet){
|
||||||
$this->db->select('FollowupOn');
|
$this->db->select('FollowupOn');
|
||||||
$this->db->where('TrackingID',$leadDet->TrackingID);
|
$this->db->where('TrackingID',$leadDet->TrackingID);
|
||||||
$this->db->order_by('InteractionId','DESC');
|
// $this->db->order_by('InteractionId','DESC');
|
||||||
$existFollowupOn = $this->db->get(LEAD_TRACKING_FOLLOWUP)->last_row();
|
$existFollowupOn = $this->db->get(LEAD_TRACKING_FOLLOWUP)->last_row();
|
||||||
// upate tracking status
|
// upate tracking status
|
||||||
$changeStatusCode['StatusCode'] = $arrayDetails['StatusCode'];
|
$changeStatusCode['StatusCode'] = $arrayDetails['StatusCode'];
|
||||||
@ -725,7 +725,7 @@ class StatusUpdation_model extends CI_Model
|
|||||||
if($leadDet){
|
if($leadDet){
|
||||||
$this->db->select('FollowupOn');
|
$this->db->select('FollowupOn');
|
||||||
$this->db->where('TrackingID',$leadDet->TrackingID);
|
$this->db->where('TrackingID',$leadDet->TrackingID);
|
||||||
$this->db->order_by('InteractionId','DESC');
|
// $this->db->order_by('InteractionId','DESC');
|
||||||
$existFollowupOn = $this->db->get(LEAD_TRACKING_FOLLOWUP)->last_row();
|
$existFollowupOn = $this->db->get(LEAD_TRACKING_FOLLOWUP)->last_row();
|
||||||
// upate tracking status
|
// upate tracking status
|
||||||
$changeStatusCode['StatusCode'] = $arrayDetails['StatusCode'];
|
$changeStatusCode['StatusCode'] = $arrayDetails['StatusCode'];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user