Commit 110802c67cc7287f0c2f47fa1a509d9d64332c00
1 parent
a8c453df
Exists in
master
and in
1 other branch
[Test] Removendo teste.
Showing
1 changed file
with
0 additions
and
5 deletions
Show diff stats
rn/MdWsSeiProcedimentoRN.php
@@ -541,11 +541,6 @@ class MdWsSeiProcedimentoRN extends InfraRN | @@ -541,11 +541,6 @@ class MdWsSeiProcedimentoRN extends InfraRN | ||
541 | 'staAnotacao' => $anotacaoDTO->getStrStaAnotacao() | 541 | 'staAnotacao' => $anotacaoDTO->getStrStaAnotacao() |
542 | ); | 542 | ); |
543 | } | 543 | } |
544 | - var_dump($procedimentoDTO); | ||
545 | - if($procedimentoDTO){ | ||
546 | - var_dump($procedimentoDTO->getStrStaEstadoProtocolo()); | ||
547 | - } | ||
548 | - exit; | ||
549 | if ($procedimentoDTO && $procedimentoDTO->getStrStaEstadoProtocolo() != ProtocoloRN::$TE_PROCEDIMENTO_ANEXADO) { | 544 | if ($procedimentoDTO && $procedimentoDTO->getStrStaEstadoProtocolo() != ProtocoloRN::$TE_PROCEDIMENTO_ANEXADO) { |
550 | $ret = $this->listarUnidadeAberturaProcedimento($procedimentoDTO); | 545 | $ret = $this->listarUnidadeAberturaProcedimento($procedimentoDTO); |
551 | if (!$ret['sucesso']) { | 546 | if (!$ret['sucesso']) { |