BUG 9161 Review code and field SOLVED

- Review code and field
This commit is contained in:
Brayan Osmar Pereyra Suxo
2012-06-05 18:31:13 -04:00
parent 995f052a4b
commit 5eb612fc77

View File

@@ -511,9 +511,9 @@ Ext.onReady(function(){
listeners: {
show: function() {
setTimeout(function(){
var IAgree = Ext.getCmp('agreeCheckbox')getValue();
var iAgree = Ext.getCmp('agreeCheckbox').getValue();
wizard.onClientValidation(2, IAgree);
wizard.onClientValidation(2, iAgree);
}, 100);
}
}