Commit 4e97a955cd6ded52586620958e56415636b2eab8
Exists in
master
and in
1 other branch
Merge branch 'correcao_pre_1.1.4' into 'master'
Correcao pre 1.1.4 Ajuste em razão do parâmetro StrSinCarimboPublicacao que passou a ser obrigatório a partir da versão 3.0.6 do SEI. See merge request !13
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
sei/web/modulos/peticionamento/PeticionamentoIntegracao.php
sei/web/modulos/peticionamento/rn/MdPetDocumentoRN.php
... | ... | @@ -1419,6 +1419,7 @@ class MdPetDocumentoRN extends InfraRN { |
1419 | 1419 | $objEditorDTO->setStrSinCabecalho('S'); |
1420 | 1420 | $objEditorDTO->setStrSinRodape('S'); |
1421 | 1421 | $objEditorDTO->setStrSinIdentificacaoVersao('N'); |
1422 | + $objEditorDTO->setStrSinCarimboPublicacao('S'); | |
1422 | 1423 | |
1423 | 1424 | $objEditorRN = new EditorRN(); |
1424 | 1425 | $strDocumentoHTML = $objEditorRN->consultarHtmlVersao($objEditorDTO); | ... | ... |