Commit 01c83dba601a50c97841d13d05be880c92004f05
1 parent
b39b046c
Exists in
master
and in
1 other branch
[Teste] subindo debug
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
rn/MdWsSeiDocumentoRN.php
| ... | ... | @@ -322,7 +322,7 @@ class MdWsSeiDocumentoRN extends DocumentoRN { |
| 322 | 322 | $strNomeDownload .= '_' .$documentoDTO->getStrNumero(); |
| 323 | 323 | } |
| 324 | 324 | |
| 325 | - echo 111;exit; | |
| 325 | + var_dump($html);exit; | |
| 326 | 326 | InfraPagina::montarHeaderDownload($strNomeDownload.'.html', 'attachment'); |
| 327 | 327 | die($html); |
| 328 | 328 | } | ... | ... |