This commit is contained in:
Roly Rudy Gutierrez Pinto
2017-10-31 14:15:15 -04:00
parent 99ababd347
commit ec91b68a79

View File

@@ -1199,6 +1199,7 @@ function mapPMFieldType(id)
case 'dropdown': case 'dropdown':
case 'yesno': case 'yesno':
case 'checkbox': case 'checkbox':
case 'radio':
case 'radiogroup': case 'radiogroup':
case 'hidden': case 'hidden':
typeField='VARCHAR'; typeField='VARCHAR';