removido motivo de nao iniciado

This commit is contained in:
Diego Freitas 2026-03-13 16:31:00 -03:00
parent 6b87783f43
commit 79ea971a9b
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}