From 488c4e55a02734229cc30f6503bfcf6ea2149b4d Mon Sep 17 00:00:00 2001 From: Thiago Farias Date: Mon, 13 Nov 2017 17:57:08 -0200 Subject: [PATCH] AJustes US042: refs #8517 --- rn/ExpedirProcedimentoRN.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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