Commit 5b74e9e896c37d9a2f53564b6e8a1cab3d81bd2a
1 parent
a8ad6436
Exists in
master
and in
3 other branches
Correção da ordenação da data de assinatura do documento.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
sei/institucional/pesquisa/BuscaProtocoloExterno.php
... | ... | @@ -429,7 +429,7 @@ class BuscaProtocoloExterno { |
429 | 429 | |
430 | 430 | $objAssinaturaDTO = new AssinaturaDTO(); |
431 | 431 | $objAssinaturaDTO->setDblIdDocumento($idProtocolo); |
432 | - $objAssinaturaDTO->setDthAberturaAtividade(InfraDTO::$TIPO_ORDENACAO_ASC); | |
432 | + $objAssinaturaDTO->setOrdDthAberturaAtividade(InfraDTO::$TIPO_ORDENACAO_ASC); | |
433 | 433 | $objAssinaturaDTO->retDthAberturaAtividade(); |
434 | 434 | |
435 | 435 | $objAssinaturaRN = new AssinaturaRN(); | ... | ... |