this 6073 bug was fixed
This commit is contained in:
@@ -186,7 +186,6 @@ var G_Grid = function(oForm, sGridName) {
|
|||||||
else
|
else
|
||||||
attributDefaultValue='';
|
attributDefaultValue='';
|
||||||
}
|
}
|
||||||
alert(attributDefaultValue);
|
|
||||||
if (aObjects[0].type != 'checkbox' ) {
|
if (aObjects[0].type != 'checkbox' ) {
|
||||||
if(attributDefaultValue!='' && attributDefaultValue != undefined)
|
if(attributDefaultValue!='' && attributDefaultValue != undefined)
|
||||||
aObjects[0].value = attributDefaultValue;
|
aObjects[0].value = attributDefaultValue;
|
||||||
|
|||||||
Reference in New Issue
Block a user