From 55907536adbaf3a368534b605be150b2ab5bcf4b Mon Sep 17 00:00:00 2001 From: Guilherme Andrade Del Cantoni Date: Tue, 24 Apr 2018 17:01:01 -0300 Subject: [PATCH] Ajuste em mensagem de unidade não mapeada no sistema. --- rn/ReceberProcedimentoRN.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/rn/ReceberProcedimentoRN.php b/rn/ReceberProcedimentoRN.php index 603c0a5..ca277e2 100644 --- a/rn/ReceberProcedimentoRN.php +++ b/rn/ReceberProcedimentoRN.php @@ -1387,9 +1387,7 @@ class ReceberProcedimentoRN extends InfraRN $objUnidadeDTO = $objUnidadeRN->consultarRN0125($objUnidadeDTO); if(!isset($objUnidadeDTO)){ - $objInfraException->adicionarValidacao("Unidade de destino [Estrutura: XXXX] não localizada."); - $objInfraException->adicionarValidacao("Dados: {$numeroDeIdentificacaoDaEstrutura}"); - + $objInfraException->adicionarValidacao("Unidade de destino [Estrutura: {$numeroDeIdentificacaoDaEstrutura}] não localizada."); } } -- libgit2 0.21.2