Commit 4a256f0caebcaa665853ff9e271b02183c9859d3
1 parent
d004a2ca
Exists in
master
and in
1 other branch
[Fix] Corrigindo listagem de documento.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
rn/MdWsSeiDocumentoRN.php
| ... | ... | @@ -22,7 +22,7 @@ class MdWsSeiDocumentoRN extends DocumentoRN { |
| 22 | 22 | throw new InfraException('O procedimento deve ser informado.'); |
| 23 | 23 | } |
| 24 | 24 | $relProtocoloProtocoloDTOConsulta->setDblIdProtocolo1($documentoDTOParam->getDblIdProcedimento()); |
| 25 | - $relProtocoloProtocoloDTOConsulta->setDblIdProtocolo2( | |
| 25 | + $relProtocoloProtocoloDTOConsulta->setStrStaEstadoProtocolo2( | |
| 26 | 26 | array(ProtocoloRN::$TP_DOCUMENTO_GERADO, ProtocoloRN::$TP_DOCUMENTO_RECEBIDO), |
| 27 | 27 | InfraDTO::$OPER_IN |
| 28 | 28 | ); | ... | ... |