Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flexydial_v3
/
fullerton
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
6ab40541
authored
2020-04-20 06:48:09 +0000
by
Nitesh
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
corrected status in dialercontroller
1 parent
a07f847b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Http/Controllers/DialerController.php
app/Http/Controllers/DialerController.php
View file @
6ab4054
...
...
@@ -1360,7 +1360,7 @@ class DialerController extends Controller
if
(
$limit
>
0
)
{
$tusers
=
$wakka
->
getPersons
(
"status
IN ('Called','Incall')
and mobile!='' and
$roclientstr
order by dialer_lastcall asc limit
$limit
"
);
$tusers
=
$wakka
->
getPersons
(
"status
='New'
and mobile!='' and
$roclientstr
order by dialer_lastcall asc limit
$limit
"
);
foreach
(
$tusers
as
$tuser
)
if
(
!
isset
(
$users
[
$tuser
[
'id'
]]))
$users
[
$tuser
[
'id'
]]
=
$tuser
;
$limit
=
$limit
-
sizeof
(
$tusers
);
}
...
...
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