diff --git a/cadastros/licenca/tmp/README b/cadastros/licenca/tmp/README index 8f6b8ca1..a9a2d70c 100644 --- a/cadastros/licenca/tmp/README +++ b/cadastros/licenca/tmp/README @@ -1 +1 @@ -LOCA DE ARQUIVOS DE LICENCA \ No newline at end of file +LOCAL DE ARQUIVOS DE LICENCA \ No newline at end of file diff --git a/include/util/funcoesApl.php b/include/util/funcoesApl.php index 474a3a5e..8538cd64 100644 --- a/include/util/funcoesApl.php +++ b/include/util/funcoesApl.php @@ -427,10 +427,9 @@ function VerificaCadastroMenu($conn) { $query = "SELECT a.fun_id FROM pbx_grupo_funcoes a INNER JOIN pbx_grupo b ON a.gp_id = b.gp_id - WHERE a.gp_id IN ( '28' - --SELECT clto_perfil_aplicacao_id - --FROM pbx_controle_licenciamento - ) + WHERE a.gp_id IN (SELECT clto_perfil_aplicacao_id + FROM pbx_controle_licenciamento + ) GROUP BY a.fun_id ORDER BY a.fun_id"; $result = pg_query($conn, $query);