this 6073 bug was fixed

This commit is contained in:
Carlos Pacha
2011-02-08 15:44:51 +00:00
parent fa2240dc79
commit 96de17aec0

View File

@@ -186,7 +186,6 @@ var G_Grid = function(oForm, sGridName) {
else
attributDefaultValue='';
}
alert(attributDefaultValue);
if (aObjects[0].type != 'checkbox' ) {
if(attributDefaultValue!='' && attributDefaultValue != undefined)
aObjects[0].value = attributDefaultValue;