Commit 55907536adbaf3a368534b605be150b2ab5bcf4b

Authored by Guilherme Andrade Del Cantoni
1 parent abfc1a7e

Ajuste em mensagem de unidade não mapeada no sistema.

Showing 1 changed file with 1 additions and 3 deletions   Show diff stats
rn/ReceberProcedimentoRN.php
@@ -1387,9 +1387,7 @@ class ReceberProcedimentoRN extends InfraRN @@ -1387,9 +1387,7 @@ class ReceberProcedimentoRN extends InfraRN
1387 $objUnidadeDTO = $objUnidadeRN->consultarRN0125($objUnidadeDTO); 1387 $objUnidadeDTO = $objUnidadeRN->consultarRN0125($objUnidadeDTO);
1388 1388
1389 if(!isset($objUnidadeDTO)){ 1389 if(!isset($objUnidadeDTO)){
1390 - $objInfraException->adicionarValidacao("Unidade de destino [Estrutura: XXXX] não localizada.");  
1391 - $objInfraException->adicionarValidacao("Dados: {$numeroDeIdentificacaoDaEstrutura}");  
1392 - 1390 + $objInfraException->adicionarValidacao("Unidade de destino [Estrutura: {$numeroDeIdentificacaoDaEstrutura}] não localizada.");
1393 } 1391 }
1394 } 1392 }
1395 1393