diff --git a/rn/ExpedirProcedimentoRN.php b/rn/ExpedirProcedimentoRN.php index 2f8809f..0cafb40 100644 --- a/rn/ExpedirProcedimentoRN.php +++ b/rn/ExpedirProcedimentoRN.php @@ -398,8 +398,8 @@ class ExpedirProcedimentoRN extends InfraRN { if($this->obterNivelSigiloPEN($objProcedimentoDTO->getStrStaNivelAcessoGlobalProtocolo()) == ProtocoloRN::$NA_RESTRITO){ $objProcesso->hipoteseLegal = new stdClass(); $objProcesso->hipoteseLegal->identificacao = $objPenRelHipoteseLegalRN->getIdHipoteseLegalPEN($objProcedimentoDTO->getNumIdHipoteseLegalProtocolo()); - // $objProcesso->hipoteseLegal->nome = 'Nomee'; - // $objProcesso->hipoteseLegal->baseLegal = 'Base Legall'; + $objProcesso->hipoteseLegal->nome = 'Nomee'; + $objProcesso->hipoteseLegal->baseLegal = 'Base Legall'; } @@ -856,8 +856,8 @@ class ExpedirProcedimentoRN extends InfraRN { if($this->obterNivelSigiloPEN($documentoDTO->getStrStaNivelAcessoLocalProtocolo()) == ProtocoloRN::$NA_RESTRITO){ $documento->hipoteseLegal = new stdClass(); $documento->hipoteseLegal->identificacao = $objPenRelHipoteseLegalRN->getIdHipoteseLegalPEN($documentoDTO->getNumIdHipoteseLegalProtocolo()); - // $documento->hipoteseLegal->nome = 'Nomee'; - // $documento->hipoteseLegal->baseLegal = 'Base Legall'; + $documento->hipoteseLegal->nome = 'Nomee'; + $documento->hipoteseLegal->baseLegal = 'Base Legall'; } $usuarioDTO = $this->consultarUsuario($documentoDTO->getNumIdUsuarioGeradorProtocolo()); -- libgit2 0.21.2