Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flexydial
/
customcrm
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
7a6176a2
authored
2018-11-06 09:31:36 +0000
by
Gopal
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added comments for userremarks fields
1 parent
07afbf79
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
application/app/Http/Controllers/DialerController.php
application/app/Http/Controllers/DialerController.php
View file @
7a6176a
...
...
@@ -584,7 +584,7 @@ if($action=="closecall")
$crmcall
->
usercallback
=
$kstychCall
[
"usercallback"
];
$crmcall
->
callback_mode
=
$kstychCall
[
"callback_mode"
];
//$crmcall->attempt =$kstychCall["attempt"];//attempt dropdown value insert.
//Commented for Third Party CRM
//preg_replace("/[^ \w]+/", "", $kstychCall["userremarks"]);
//Code commented to prevent insert Call remarks field of third party crm
...
...
@@ -1728,4 +1728,4 @@ public function show($id)
$tusers
=
array
();
foreach
(
$users
as
$tuser
)
$tusers
[]
=
$tuser
;
return
$tusers
;
}
}
}
\ No newline at end of file
...
...
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