Skip to content

Commit

Permalink
Ajuste compatibilidade SEI3
Browse files Browse the repository at this point in the history
Ajuste para a regra do SEI Federação não impactar no SEI3
  • Loading branch information
fe-neto committed Jul 9, 2021
1 parent 99107b2 commit 1caa072
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rn/ExpedirProcedimentoRN.php
Original file line number Diff line number Diff line change
Expand Up @@ -2149,7 +2149,9 @@ public function validarPreCondicoesExpedirProcedimento(InfraException $objInfraE
$this->validarNivelAcessoProcesso($objInfraException, $objProcedimentoDTO, $strAtributoValidacao);
$this->validarHipoteseLegalEnvio($objInfraException, $objProcedimentoDTO, $strAtributoValidacao);
$this->validarAssinaturas($objInfraException, $objProcedimentoDTO, $strAtributoValidacao);
if (substr(SEI_VERSAO, 0, 1) > 3) {
$this->validarProcedimentoCompartilhadoSeiFederacao($objInfraException, $objProcedimentoDTO, $strAtributoValidacao);
}
}


Expand Down

0 comments on commit 1caa072

Please sign in to comment.