Skip to content
Snippets Groups Projects
Commit c225d9bf authored by Prasad's avatar Prasad
Browse files

Fix: Intialize SMS record status color data.

parent f786b191
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,8 @@ class SMSNotifier_Record_Model extends Vtiger_Record_Model {
$statusColor = $this->getColorForStatus($statusDetails[0]['status']);
$this->setData($statusDetails[0]);
$data = array_merge($statusDetails[0], array('statuscolor' => $statusColor));
$this->setData($data);
return $this;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment