att
This commit is contained in:
@@ -95,6 +95,10 @@ function validateForm(form) {
|
||||
message += getMessage("Data da entrega", 1, form);
|
||||
hasErros = true;
|
||||
}
|
||||
if (String(form.getValue("nomerecebedor") || "").trim() == "") {
|
||||
message += getMessage("Nome de quem recebeu a mercadoria", 1, form);
|
||||
hasErros = true;
|
||||
}
|
||||
break;
|
||||
|
||||
case RECEBIMENTO:
|
||||
|
||||
Reference in New Issue
Block a user