Skip to content
Snippets Groups Projects
Commit c51039ce authored by Apparao G's avatar Apparao G
Browse files

Fixes::158253812::Appu::There is time mismatch in the task management updates view

parent 37dd80f8
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ class Calendar_Datetime_UIType extends Vtiger_Datetime_UIType {
$fieldInstance = $this->get('field')->getWebserviceFieldObject();
$moduleName = $this->get('field')->getModule()->getName();
$fieldName = $fieldInstance->getFieldName();
if($fieldName == 'date_start') {
if($fieldName == 'date_start' || $fieldName == 'due_date') {
return self::getDisplayDateTimeValue($value);
} else {
return parent::getDisplayValue($value);
......
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