Commit 9ee598642c02bc931403d92ece682a1864372af8
1 parent
712c257d
Exists in
master
and in
21 other branches
Atualização no script
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
sip_atualizar_versao_modulo_pen.php
... | ... | @@ -1019,8 +1019,11 @@ class PenAtualizarSipRN extends PenAtualizadorRN { |
1019 | 1019 | |
1020 | 1020 | //Atribui as permissões aos recursos e menus |
1021 | 1021 | $this->atribuirPerfil($numIdSistema); |
1022 | - } | |
1022 | + | |
1023 | + $this->instalarV003R003S003IW001(); | |
1023 | 1024 | |
1025 | + } | |
1026 | + | |
1024 | 1027 | protected function instalarV003R003S003IW001() { |
1025 | 1028 | |
1026 | 1029 | ... | ... |