Commit f331ce964fe669d24f014f0c0b5ce95a4014db49
1 parent
16dbec0c
Exists in
master
and in
21 other branches
Ajuste em mensagem de validação de motivo de urgência
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
rn/ExpedirProcedimentoRN.php
... | ... | @@ -1612,7 +1612,7 @@ class ExpedirProcedimentoRN extends InfraRN { |
1612 | 1612 | |
1613 | 1613 | //TODO: Validar se motivo de urgncia foi devidamente informado, caso expedio urgente |
1614 | 1614 | if ($objExpedirProcedimentoDTO->getBolSinUrgente() && InfraString::isBolVazia($objExpedirProcedimentoDTO->getNumIdMotivoUrgencia())){ |
1615 | - $objInfraException->adicionarValidacao('Motivo de urgência da expedição do processo não informado.'); | |
1615 | + $objInfraException->adicionarValidacao('Motivo de urgência não informado.'); | |
1616 | 1616 | } |
1617 | 1617 | } |
1618 | 1618 | ... | ... |