Skip to content
Snippets Groups Projects
Commit 478ce0bb authored by yogeshwar's avatar yogeshwar
Browse files

#Fixes::158521883::Yogeshwar::after checking with the duplicate...

#Fixes::158521883::Yogeshwar::after checking with the duplicate prevention,time field is reflecting twice
parent 03dfcd35
No related branches found
No related tags found
1 merge request!1080"#Fixes::158521883::yogeshwar::after checking with the duplicate prevention,time field is reflecting twice"
......@@ -119,11 +119,4 @@ class Vtiger_Time_UIType extends Vtiger_Base_UIType {
return 'uitypes/TimeFieldSearchView.tpl';
}
public function getDBInsertValue($value) {
if(preg_match('/AM|PM/',$value)){
$value=Vtiger_Time_UIType::getTimeValueWithSeconds($value);
}
return $value;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment