fixes bug#21590

dev: Valdevir
qua: xxx



git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@105526 d1611594-4594-4d17-8e1d-87c2c4800839
master
aristides 2021-02-25 19:24:40 +00:00
parent a64650faa6
commit b6088bccc1
1 changed files with 2 additions and 0 deletions

View File

@ -145,7 +145,9 @@ public class EditarPerfilController extends MyGenericForwardComposer {
@Override
public void onEvent(Event event) throws Exception {
PerfilFuncion pf = (PerfilFuncion) permisoList.getSelected();
if(pf.getFuncionSistema().getSistema().getSistemaId()==1) {
abrirPefilFuncion(pf);
}
}
});