validate user and password into case scheduler
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user