Commit 6c45cf0f123189e8949515b00afba90429976eea

Authored by eduardo.batista
1 parent 5cbfe1a2
Exists in master and in 1 other branch desenv

[Teste] Removendo teste

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
rn/MdWsSeiDocumentoRN.php
... ... @@ -258,7 +258,6 @@ class MdWsSeiDocumentoRN extends DocumentoRN {
258 258 $documentoDTOConsulta->retStrConteudoAssinatura();
259 259 $documentoBD = new DocumentoRN();
260 260 $resultDocumento = $documentoBD->listarRN0008($documentoDTOConsulta);
261   - var_dump($resultDocumento);exit;
262 261  
263 262 if(!empty($resultDocumento)){
264 263 /** @var DocumentoDTO $documentoDTO */
... ...