Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flexydial
/
hdfc-beu-v2
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
b1a9e157
authored
2019-07-22 15:08:45 +0000
by
Manish Mihsra
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added new column to capture when an agent has picked up the call when on predictive
1 parent
aeab000d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
application/app/Models/CRMCall.php
application/app/Models/CRMCall.php
View file @
b1a9e15
...
...
@@ -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
;
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment