diff --git a/src/java/com/rjconsultores/ventaboletos/web/utilerias/menu/item/confcomerciales/ItemMenuImportarClientes.java b/src/java/com/rjconsultores/ventaboletos/web/utilerias/menu/item/confcomerciales/ItemMenuImportarClientes.java deleted file mode 100644 index bb180cfbc..000000000 --- a/src/java/com/rjconsultores/ventaboletos/web/utilerias/menu/item/confcomerciales/ItemMenuImportarClientes.java +++ /dev/null @@ -1,24 +0,0 @@ -package com.rjconsultores.ventaboletos.web.utilerias.menu.item.confcomerciales; - -import org.zkoss.util.resource.Labels; - -import com.rjconsultores.ventaboletos.web.utilerias.PantallaUtileria; -import com.rjconsultores.ventaboletos.web.utilerias.menu.DefaultItemMenuSistema; - -public class ItemMenuImportarClientes extends DefaultItemMenuSistema { - - public ItemMenuImportarClientes() { - super("indexController.mniImportarClientes.label"); - } - - @Override - public String getClaveMenu() { - return "COM.RJCONSULTORES.ADMINISTRACION.GUI.CONFIGURACIONECCOMERCIALES.MENU.IMPORTARCLIENTES"; - } - - @Override - public void ejecutar() { - PantallaUtileria.openWindow("/gui/configuraciones_comerciales/importarClientes.zul", - Labels.getLabel("importarClientesController.window.title"), null, desktop); - } -}