Commit 0324c43b11663c3425bf0f7cc963ba40cde34a21
1 parent
6c45cf0f
Exists in
master
and in
1 other branch
[Feat] Retornando todo tipo de documento.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
rn/MdWsSeiDocumentoRN.php
| ... | ... | @@ -251,7 +251,7 @@ class MdWsSeiDocumentoRN extends DocumentoRN { |
| 251 | 251 | } |
| 252 | 252 | $documentoDTOConsulta = new DocumentoDTO(); |
| 253 | 253 | $documentoDTOConsulta->setDblIdProtocoloProtocolo($protocoloDTOParam->getDblIdProtocolo()); |
| 254 | - $documentoDTOConsulta->setStrStaDocumento(DocumentoRN::$TD_EDITOR_INTERNO); | |
| 254 | + //$documentoDTOConsulta->setStrStaDocumento(DocumentoRN::$TD_EDITOR_INTERNO); | |
| 255 | 255 | $documentoDTOConsulta->retDblIdDocumento(); |
| 256 | 256 | $documentoDTOConsulta->retStrConteudo(); |
| 257 | 257 | $documentoDTOConsulta->retStrStaDocumento(); | ... | ... |