7a6176a2 by Gopal

Added comments for userremarks fields

1 parent 07afbf79
......@@ -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
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!