Commit 4d57b5ae3387adea25907c44223d85a712b18598

Authored by Thiago Farias
2 parents bfe60871 3d02be22

Merge branch 'SEI-INTEGRACAO_JOIN_87_OS026' of http://git.planejamento.gov.br/mp…

…/mod-sei-barramento into SEI-INTEGRACAO_JOIN_87_OS026
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
rn/ReceberProcedimentoRN.php
@@ -1560,7 +1560,7 @@ class ReceberProcedimentoRN extends InfraRN @@ -1560,7 +1560,7 @@ class ReceberProcedimentoRN extends InfraRN
1560 1560
1561 $objAcessoRN = new AcessoRN(); 1561 $objAcessoRN = new AcessoRN();
1562 if ($objAcessoRN->contar($objAcessoDTO)==0) { 1562 if ($objAcessoRN->contar($objAcessoDTO)==0) {
1563 - $objInfraException->adicionarValidacao('Unidade ['.$objUnidadeDTO->getStrSigla().'] não possui acesso ao processo ['.$objProcedimentoDTO->getStrProtocoloProcedimentoFormatado().'].'); 1563 + // AVALIAR $objInfraException->adicionarValidacao('Unidade ['.$objUnidadeDTO->getStrSigla().'] não possui acesso ao processo ['.$objProcedimentoDTO->getStrProtocoloProcedimentoFormatado().'].');
1564 } 1564 }
1565 } 1565 }
1566 1566