removido motivo de nao iniciado
This commit is contained in:
parent
6b87783f43
commit
79ea971a9b
|
|
@ -2801,7 +2801,7 @@ namespace AgroBase.Models
|
|||
if (!Iniciado)
|
||||
{
|
||||
Liberado = true;
|
||||
Motivos = new List<string>() { "Não iniciado" };
|
||||
Motivos = new List<string>();
|
||||
Status = AutonomiaCorredorStatus.Desconhecido;
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue