Commit b99e53ae619bbf4274f199939c00a27996a34961
1 parent
cea3172c
Exists in
master
and in
1 other branch
[Fix] Corrigindo id do documento.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
rn/MdWsSeiBlocoRN.php
| @@ -153,7 +153,7 @@ class MdWsSeiBlocoRN extends InfraRN { | @@ -153,7 +153,7 @@ class MdWsSeiBlocoRN extends InfraRN { | ||
| 153 | $result[] = array( | 153 | $result[] = array( |
| 154 | 'id' => $protocoloDTO->getDblIdProtocolo(), | 154 | 'id' => $protocoloDTO->getDblIdProtocolo(), |
| 155 | 'atributos' => array( | 155 | 'atributos' => array( |
| 156 | - 'idDocumento' => $protocoloDTO->getDblIdProtocolo(), | 156 | + 'idDocumento' => $relBlocoProtocoloDTO->getDblIdProtocolo(), |
| 157 | 'mimeType' => ($mimetype)?$mimetype:'html', | 157 | 'mimeType' => ($mimetype)?$mimetype:'html', |
| 158 | 'data' => $protocoloDTO->getDtaGeracao(), | 158 | 'data' => $protocoloDTO->getDtaGeracao(), |
| 159 | 'numero' => $relBlocoProtocoloDTO->getStrProtocoloFormatadoProtocolo(), | 159 | 'numero' => $relBlocoProtocoloDTO->getStrProtocoloFormatadoProtocolo(), |