Skip to content

Commit

Permalink
fix: typo parâmetro do processo bloqueado
Browse files Browse the repository at this point in the history
Closes #82
  • Loading branch information
caduvieira committed Nov 6, 2024
1 parent a3e3744 commit ba13087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rn/MdWsSeiAcompanhamentoRN.php
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ protected function listaAcompanhamentosUnidadeConectado(AcompanhamentoDTO $acomp
'protocoloFormatado' => $acompanhamentoDTO->getObjProcedimentoDTO()->getStrProtocoloProcedimentoFormatado(),
'atributos' => array(
'anotacao' => $arrAnotacao,
'processoBloquado' => $procedimentoDTO->getStrStaEstadoProtocolo() == ProtocoloRN::$TE_PROCEDIMENTO_BLOQUEADO ? true : false,
'processoBloqueado' => $procedimentoDTO->getStrStaEstadoProtocolo() == ProtocoloRN::$TE_PROCEDIMENTO_BLOQUEADO ? true : false,
'remocaoSobrestamento' => ($acompanhamentoDTO->getNumTipoVisualizacao() == AtividadeRN::$TV_REMOCAO_SOBRESTAMENTO) ? true : false,
'documentoAssinadoProcesso' => ($acompanhamentoDTO->getNumTipoVisualizacao() == AtividadeRN::$TV_ATENCAO) ? true : false,
'documentoPublicadoProcesso' => ($acompanhamentoDTO->getNumTipoVisualizacao() == AtividadeRN::$TV_PUBLICACAO) ? true : false,
Expand Down

0 comments on commit ba13087

Please sign in to comment.