Skip to content
Snippets Groups Projects

fix #139 due date based workflows

Merged Alan Bell requested to merge alanbell/vtigercrm:fix_workflow_duedate into master
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -45,6 +45,9 @@ class Calendar_Field_Model extends Vtiger_Field_Model {
* @return <String> Data type of the field
*/
public function getFieldDataType() {
if ($this->getModule()->getName()=="Calendar" && $this->getName() == 'due_date'){
return 'date';
}
if($this->getName() == 'date_start' || $this->getName() == 'due_date') {
return 'datetime';
} else if($this->get('uitype') == '30') {
Loading