Commit e7bd1bd0adb753ade308b061795f97bfd2c2bb3e

Authored by eduardo.batista
1 parent 4a256f0c
Exists in master and in 1 other branch desenv

[Fix] Corrigindo listagem de documento por erro de digitação.

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,7 +22,7 @@ class MdWsSeiDocumentoRN extends DocumentoRN {
22 throw new InfraException('O procedimento deve ser informado.'); 22 throw new InfraException('O procedimento deve ser informado.');
23 } 23 }
24 $relProtocoloProtocoloDTOConsulta->setDblIdProtocolo1($documentoDTOParam->getDblIdProcedimento()); 24 $relProtocoloProtocoloDTOConsulta->setDblIdProtocolo1($documentoDTOParam->getDblIdProcedimento());
25 - $relProtocoloProtocoloDTOConsulta->setStrStaEstadoProtocolo2( 25 + $relProtocoloProtocoloDTOConsulta->setStrStaProtocoloProtocolo2(
26 array(ProtocoloRN::$TP_DOCUMENTO_GERADO, ProtocoloRN::$TP_DOCUMENTO_RECEBIDO), 26 array(ProtocoloRN::$TP_DOCUMENTO_GERADO, ProtocoloRN::$TP_DOCUMENTO_RECEBIDO),
27 InfraDTO::$OPER_IN 27 InfraDTO::$OPER_IN
28 ); 28 );