validate user and password into case scheduler

This commit is contained in:
Carlos Pacha
2011-01-03 16:17:11 +00:00
parent 8ed242270d
commit b6dd4b4a60

View File

@@ -486,7 +486,7 @@ function case_userSchedulerValidate(username, password) {
//G.alert(password);
var user_uid;
if(username=='' && password==''){
if(username=='' || password==''){
msgBox(G_STRINGS.ID_CASE_SCHEDULER_VALIDATE_ALERT, "alert");
return false;
}