Commit b39b046c7405a5c7784022969ff8ff66e234ec55

Authored by eduardo.batista
1 parent 435008e9
Exists in master and in 1 other branch desenv

[Teste] subindo debug

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
rn/MdWsSeiDocumentoRN.php
@@ -322,6 +322,7 @@ class MdWsSeiDocumentoRN extends DocumentoRN { @@ -322,6 +322,7 @@ class MdWsSeiDocumentoRN extends DocumentoRN {
322 $strNomeDownload .= '_' .$documentoDTO->getStrNumero(); 322 $strNomeDownload .= '_' .$documentoDTO->getStrNumero();
323 } 323 }
324 324
  325 + echo 111;exit;
325 InfraPagina::montarHeaderDownload($strNomeDownload.'.html', 'attachment'); 326 InfraPagina::montarHeaderDownload($strNomeDownload.'.html', 'attachment');
326 die($html); 327 die($html);
327 } 328 }