Skip to content

Commit

Permalink
chore: adicionar cancelamento pela unidade (#604)
Browse files Browse the repository at this point in the history
* chore: permitir inclusão de processos concluídos dos blocos em processamento

* chore: adicionar cancelamento pela unidade

---------

Co-authored-by: Glaydson Rodrigues <[email protected]>
  • Loading branch information
mrglaydson and Glaydson Rodrigues authored Aug 30, 2024
1 parent a4c0544 commit cd934e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pen_procedimento_cancelar_expedir.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

$objTramiteEmBlocoProtocoloDTO = new PenBlocoProcessoDTO();
$objTramiteEmBlocoProtocoloDTO->setDblIdProtocolo($idProcedimento);
$objTramiteEmBlocoProtocoloDTO->setNumIdUnidade(SessaoSEI::getInstance()->getNumIdUnidadeAtual());
$objTramiteEmBlocoProtocoloDTO->setOrdNumIdBloco(InfraDTO::$TIPO_ORDENACAO_DESC);
$objTramiteEmBlocoProtocoloDTO->retDblIdProtocolo();
$objTramiteEmBlocoProtocoloDTO->retNumIdBloco();
Expand Down

0 comments on commit cd934e8

Please sign in to comment.