Commit 6a3710d84118283117816ef63984ab137a134dba
1 parent
5979eb80
Exists in
master
#43 by Eriksen: Corrigido bug de bloqueio de acesso indevido (código da permissã…
…o estava incorreto no arquivo de criação do PDF)
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ieducar/intranet/educar_relatorio_ata_resultado_final_proc.php
... | ... | @@ -41,7 +41,7 @@ class clsIndexBase extends clsBase |
41 | 41 | function Formular() |
42 | 42 | { |
43 | 43 | $this->SetTitulo($this->_instituicao . ' i-Educar - Registro de Matrículas'); |
44 | - $this->processoAp = '693'; | |
44 | + $this->processoAp = '807'; | |
45 | 45 | $this->renderMenu = FALSE; |
46 | 46 | $this->renderMenuSuspenso = FALSE; |
47 | 47 | } | ... | ... |