Skip to content
Snippets Groups Projects
Commit d270886d authored by madhu sr's avatar madhu sr
Browse files

#Fixes::158701973::madhusr::Percentage custom field is not saving in...

#Fixes::158701973::madhusr::Percentage custom field is not saving in percentage form in event module
parent 0c4c8699
No related branches found
No related tags found
No related merge requests found
vendor/*
!vendor/.htaccess
.vscode/*
\ No newline at end of file
......@@ -55,6 +55,8 @@ class Calendar_Field_Model extends Vtiger_Field_Model {
return 'reminder';
} else if($this->getName() == 'recurringtype') {
return 'recurrence';
} else if($this->get('uitype') == '9'){
return 'percentage';
}
$webserviceField = $this->getWebserviceFieldObject();
return $webserviceField->getFieldDataType();
......
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