Commit 1f85f5e13782c44ff48509d15c09b12c28d0afac

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

[Fix] Alterando sigla do qrcode.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
MdWsSeiRest.php
... ... @@ -298,7 +298,7 @@ class MdWsSeiRest extends SeiIntegracao
298 298 .$caminhoAtual[1]
299 299 .'/controlador_ws.php/api/v1'
300 300 .'|'
301   - .SessaoSEI::getInstance()->getStrSiglaOrgaoSistema();
  301 + .SessaoSEI::getInstance()->getStrSiglaOrgaoUsuario();
302 302 $caminhoFisicoQrCode = DIR_SEI_TEMP.'/'.$nomeArquivo;
303 303  
304 304 InfraQRCode::gerar($conteudoQrCode, $caminhoFisicoQrCode,'L',2,1);
... ...