Commit 41c2cdff031ff0b8a4092f19b6f165c53bbe8694
1 parent
068d2ec1
Exists in
master
Alterado nível de acesso para nível Escola
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ieducar/intranet/educar_servidor_nivel_cad.php
... | ... | @@ -91,7 +91,7 @@ class indice extends clsCadastro |
91 | 91 | |
92 | 92 | $obj_permissoes = new clsPermissoes(); |
93 | 93 | |
94 | - $obj_permissoes->permissao_cadastra(635, $this->pessoa_logada, 3, 'educar_servidor_lst.php'); | |
94 | + $obj_permissoes->permissao_cadastra(635, $this->pessoa_logada, 7, 'educar_servidor_lst.php'); | |
95 | 95 | |
96 | 96 | if (is_numeric($this->cod_servidor) && is_numeric($this->ref_cod_instituicao)) { |
97 | 97 | $obj = new clsPmieducarServidor($this->cod_servidor, NULL, NULL, NULL, NULL, | ... | ... |