Commit 68e7ae50f0f991fb7297d5f8cae547ff53b5c234

Authored by eduardo.batista
1 parent 140e5f84
Exists in master and in 1 other branch desenv

[Fix] Informando a sigla do orgão do usuário logado

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
MdWsSeiRest.php
... ... @@ -305,7 +305,7 @@ class MdWsSeiRest extends SeiIntegracao
305 305 .'/controlador_ws.php/api/v1';
306 306 $conteudoQrCode = 'url: '.$urlSEI
307 307 .';'
308   - .'siglaorgao: '.SessaoSEI::getInstance()->getStrSiglaOrgaoSistema()
  308 + .'siglaorgao: '.SessaoSEI::getInstance()->getStrSiglaOrgaoUsuario()
309 309 .';'
310 310 .'orgao: '.SessaoSEI::getInstance()->getNumIdOrgaoUsuario()
311 311 .';'
... ...