b1a9e157 by Manish Mihsra

Added new column to capture when an agent has picked up the call when on predictive

1 parent aeab000d
......@@ -18,6 +18,7 @@ class CRMCall extends Model{
{
$this->ts_Wait=$nowts;
$this->ts_Call=$nowts;
$this->ts_cTalk=$nowts;
$this->ts_Talk=$nowts;
$this->ts_Recstart=$nowts;
$this->ts_Recend=$nowts;
......@@ -27,6 +28,7 @@ class CRMCall extends Model{
if($var=='ts_Call')
{
$this->ts_Call=$nowts;
$this->ts_cTalk=$nowts;
$this->ts_Talk=$nowts;
$this->ts_Recstart=$nowts;
$this->ts_Recend=$nowts;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!