rodrigo 2013-03-02 14:44:55 +00:00
parent 24679add20
commit bb503483b9
1 changed files with 2 additions and 4 deletions

View File

@ -13,14 +13,12 @@ public class ItemMenuAutorizacion extends DefaultItemMenuSistema {
@Override
public String getClaveMenu() {
return "___COM.RJCONSULTORES.ADMINISTRACION.GUI.SEGURIDAD.MENU.AUTORIZACION__";//retirado por solicitacion
return "COM.RJCONSULTORES.ADMINISTRACION.GUI.SEGURIDAD.MENU.AUTORIZACION";
}
@Override
public void ejecutar() {
PantallaUtileria.openWindow("/gui/seguridad/busquedaAutorizacion.zul",
Labels.getLabel("busquedaAutorizacionController.window.title"), null, desktop);
}
}