Commit 435008e981186cecec544c4e3115c161a990814b
1 parent
d6446e60
Exists in
master
and in
1 other branch
[Refact] Refazendo download de documento.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
rn/MdWsSeiDocumentoRN.php
| ... | ... | @@ -309,7 +309,7 @@ class MdWsSeiDocumentoRN extends DocumentoRN { |
| 309 | 309 | }else{ |
| 310 | 310 | $documentoDTOAssinatura = new DocumentoDTO(); |
| 311 | 311 | $documentoDTOAssinatura->retStrConteudoAssinatura(); |
| 312 | - $documentoDTOAssinatura->setDblIdDocumento($_GET['id_documento']); | |
| 312 | + $documentoDTOAssinatura->setDblIdDocumento($protocoloDTOParam->getDblIdProtocolo()); | |
| 313 | 313 | |
| 314 | 314 | $documentoRN = new DocumentoRN(); |
| 315 | 315 | $documentoDTOAssinatura = $documentoRN->consultarRN0005($documentoDTOAssinatura); | ... | ... |