Commit 3026051a7c0f7ae0925a989e9d630b226d8d8721
1 parent
e8c66914
Exists in
master
and in
1 other branch
[FEAT] Removendo teste e corrigindo problema de identificação do tipo e-mail.
Showing
1 changed file
with
0 additions
and
4 deletions
Show diff stats
rn/MdWsSeiDocumentoRN.php
... | ... | @@ -102,10 +102,6 @@ class MdWsSeiDocumentoRN extends DocumentoRN { |
102 | 102 | ? 'S' : 'N'; |
103 | 103 | |
104 | 104 | if(!in_array($documentoDTO->getStrStaDocumento(), $arrDocHtml)){ |
105 | - if($documentoDTO->getDblIdDocumento() == 951){ | |
106 | - var_dump($documentoDTO->getStrStaDocumento());exit; | |
107 | - } | |
108 | - | |
109 | 105 | $anexoDTOConsulta = new AnexoDTO(); |
110 | 106 | $anexoDTOConsulta->retStrNome(); |
111 | 107 | $anexoDTOConsulta->retNumTamanho(); | ... | ... |