- Corrigindo merge
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@29373 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
dde1aa09b6
commit
767ac0d0bc
|
@ -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);
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue