BUG 6900 Fixed commit 0ae5f9b139

This commit is contained in:
Douglas Medrano Chura
2011-06-08 10:39:13 -04:00
parent b7c3f13d5e
commit 29eff48439

View File

@@ -1894,7 +1894,7 @@ var validateForm = function(sRequiredFields) {
invalid_fields.push(aRequiredFields[i].label);
vtext1.failed();
} else {
vtext1.passedsed();
vtext1.passed();
}
break;
case 'text':