Skip to content

Commit

Permalink
fix: atualização de bloco legado
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauro Costa committed Oct 2, 2024
1 parent 7948c0b commit f46da72
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/scripts/sei_atualizar_versao_modulo_pen.php
Original file line number Diff line number Diff line change
Expand Up @@ -3044,9 +3044,7 @@ public function validarBlocos($arrObjTramiteEmBlocoDTO)

if($arrPenBlocoProcessoDTO != null){
foreach ($arrPenBlocoProcessoDTO as $objDTO) {
if (
$objDTO->getNumIdAndamento() == ProcessoEletronicoRN::$STA_SITUACAO_TRAMITE_RECIBO_RECEBIDO_REMETENTE
|| $objDTO->getNumIdAndamento() == ProcessoEletronicoRN::$STA_SITUACAO_TRAMITE_CONCLUIDO_LEGADO) {
if ($objDTO->getNumIdAndamento() == ProcessoEletronicoRN::$STA_SITUACAO_TRAMITE_RECIBO_RECEBIDO_REMETENTE) {
continue;
}

Expand Down

0 comments on commit f46da72

Please sign in to comment.