PM-595 Creacion de Dynaforms a traves de PMtables

Creacion de Dynaforms a traves de PMtables
This commit is contained in:
norahmollo
2014-10-16 14:08:25 -04:00
parent 0b55675cab
commit 2f803edbd9
3 changed files with 17 additions and 9 deletions

View File

@@ -1008,7 +1008,7 @@ function editorFieldsEnableDisable(fieldTypeValue, fieldNull, fieldPrimaryKey, f
var swI = 1;
//Date
if (fieldTypeValue == "DATE" || fieldTypeValue == "DATETIME" || fieldTypeValue == "TIME") {
if (fieldTypeValue == "DATE" || fieldTypeValue == "DATETIME" || fieldTypeValue == "TIMESTAMP" || fieldTypeValue == "TIME") {
swSize = 0; //Disable
swPK = 0;
swAI = 0;