Commit 3d02be229443fc57b3fb6099d70700a68408a1b2
1 parent
98a21352
Exists in
master
and in
21 other branches
ajuste
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
rn/ReceberProcedimentoRN.php
... | ... | @@ -1551,7 +1551,7 @@ class ReceberProcedimentoRN extends InfraRN |
1551 | 1551 | |
1552 | 1552 | $objAcessoRN = new AcessoRN(); |
1553 | 1553 | if ($objAcessoRN->contar($objAcessoDTO)==0) { |
1554 | - $objInfraException->adicionarValidacao('Unidade ['.$objUnidadeDTO->getStrSigla().'] não possui acesso ao processo ['.$objProcedimentoDTO->getStrProtocoloProcedimentoFormatado().'].'); | |
1554 | + // AVALIAR $objInfraException->adicionarValidacao('Unidade ['.$objUnidadeDTO->getStrSigla().'] não possui acesso ao processo ['.$objProcedimentoDTO->getStrProtocoloProcedimentoFormatado().'].'); | |
1555 | 1555 | } |
1556 | 1556 | } |
1557 | 1557 | ... | ... |