Skip to content
Snippets Groups Projects
Commit 1c37c964 authored by yogeshwar's avatar yogeshwar
Browse files

#Fixes::157349776::Yogeshwar::Taskmanagement PicklistIssue;

parent 5f647888
No related branches found
No related tags found
1 merge request!995#Fixes::157349776::Yogeshwar::Taskmanagement Picklist Color generating Issue
......@@ -117,7 +117,7 @@ class Calendar_TaskManagement_View extends Vtiger_Index_View {
$color = $db->query_result($result,$i,'color');
}
}
if(($color=='#ffffff') || ($color=' '))
if(($color=='#ffffff') || ($color==' '))
{
$color = '#'.dechex(rand(0x000000, 0xFFFFFF));
}
......
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