7a6176a2 by Gopal

Added comments for userremarks fields

1 parent 07afbf79
...@@ -584,7 +584,7 @@ if($action=="closecall") ...@@ -584,7 +584,7 @@ if($action=="closecall")
584 $crmcall->usercallback =$kstychCall["usercallback"]; 584 $crmcall->usercallback =$kstychCall["usercallback"];
585 $crmcall->callback_mode =$kstychCall["callback_mode"]; 585 $crmcall->callback_mode =$kstychCall["callback_mode"];
586 //$crmcall->attempt =$kstychCall["attempt"];//attempt dropdown value insert. 586 //$crmcall->attempt =$kstychCall["attempt"];//attempt dropdown value insert.
587 587 //Commented for Third Party CRM
588 //preg_replace("/[^ \w]+/", "", $kstychCall["userremarks"]); 588 //preg_replace("/[^ \w]+/", "", $kstychCall["userremarks"]);
589 589
590 //Code commented to prevent insert Call remarks field of third party crm 590 //Code commented to prevent insert Call remarks field of third party crm
...@@ -1728,4 +1728,4 @@ public function show($id) ...@@ -1728,4 +1728,4 @@ public function show($id)
1728 $tusers=array();foreach($users as $tuser)$tusers[]=$tuser; 1728 $tusers=array();foreach($users as $tuser)$tusers[]=$tuser;
1729 return $tusers; 1729 return $tusers;
1730 } 1730 }
1731 } 1731 }
...\ No newline at end of file ...\ 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!