Commit 488c4e55a02734229cc30f6503bfcf6ea2149b4d
1 parent
19cbebd2
Exists in
master
and in
21 other branches
AJustes US042: refs #8517
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
rn/ExpedirProcedimentoRN.php
... | ... | @@ -398,8 +398,8 @@ class ExpedirProcedimentoRN extends InfraRN { |
398 | 398 | if($this->obterNivelSigiloPEN($objProcedimentoDTO->getStrStaNivelAcessoGlobalProtocolo()) == ProtocoloRN::$NA_RESTRITO){ |
399 | 399 | $objProcesso->hipoteseLegal = new stdClass(); |
400 | 400 | $objProcesso->hipoteseLegal->identificacao = $objPenRelHipoteseLegalRN->getIdHipoteseLegalPEN($objProcedimentoDTO->getNumIdHipoteseLegalProtocolo()); |
401 | - // $objProcesso->hipoteseLegal->nome = 'Nomee'; | |
402 | - // $objProcesso->hipoteseLegal->baseLegal = 'Base Legall'; | |
401 | + $objProcesso->hipoteseLegal->nome = 'Nomee'; | |
402 | + $objProcesso->hipoteseLegal->baseLegal = 'Base Legall'; | |
403 | 403 | |
404 | 404 | } |
405 | 405 | |
... | ... | @@ -856,8 +856,8 @@ class ExpedirProcedimentoRN extends InfraRN { |
856 | 856 | if($this->obterNivelSigiloPEN($documentoDTO->getStrStaNivelAcessoLocalProtocolo()) == ProtocoloRN::$NA_RESTRITO){ |
857 | 857 | $documento->hipoteseLegal = new stdClass(); |
858 | 858 | $documento->hipoteseLegal->identificacao = $objPenRelHipoteseLegalRN->getIdHipoteseLegalPEN($documentoDTO->getNumIdHipoteseLegalProtocolo()); |
859 | - // $documento->hipoteseLegal->nome = 'Nomee'; | |
860 | - // $documento->hipoteseLegal->baseLegal = 'Base Legall'; | |
859 | + $documento->hipoteseLegal->nome = 'Nomee'; | |
860 | + $documento->hipoteseLegal->baseLegal = 'Base Legall'; | |
861 | 861 | } |
862 | 862 | |
863 | 863 | $usuarioDTO = $this->consultarUsuario($documentoDTO->getNumIdUsuarioGeradorProtocolo()); | ... | ... |