From 3d02be229443fc57b3fb6099d70700a68408a1b2 Mon Sep 17 00:00:00 2001 From: Eduardo Praxedes Heinske Date: Fri, 22 Dec 2017 19:10:45 -0200 Subject: [PATCH] ajuste --- rn/ReceberProcedimentoRN.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rn/ReceberProcedimentoRN.php b/rn/ReceberProcedimentoRN.php index 5da92c6..f534ffd 100644 --- a/rn/ReceberProcedimentoRN.php +++ b/rn/ReceberProcedimentoRN.php @@ -1551,7 +1551,7 @@ class ReceberProcedimentoRN extends InfraRN $objAcessoRN = new AcessoRN(); if ($objAcessoRN->contar($objAcessoDTO)==0) { - $objInfraException->adicionarValidacao('Unidade ['.$objUnidadeDTO->getStrSigla().'] não possui acesso ao processo ['.$objProcedimentoDTO->getStrProtocoloProcedimentoFormatado().'].'); + // AVALIAR $objInfraException->adicionarValidacao('Unidade ['.$objUnidadeDTO->getStrSigla().'] não possui acesso ao processo ['.$objProcedimentoDTO->getStrProtocoloProcedimentoFormatado().'].'); } } -- libgit2 0.21.2