From b1c00b3c2ba034a9d5ddbd188bb8883d6123e479 Mon Sep 17 00:00:00 2001 From: thiago Date: Thu, 18 Jun 2015 11:53:12 +0000 Subject: [PATCH] =?UTF-8?q?Remo=C3=A7=C3=A3o=20de=20campo=20de=20tabela=20?= =?UTF-8?q?fiscal=5Frelgerencial=5Fempresa?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@45120 d1611594-4594-4d17-8e1d-87c2c4800839 --- .../EditarRelgerencialEmpresaController.java | 5 ++--- .../RelgerencialEmpresaListItemRenderer.java | 3 --- web/gui/impressaofiscal/busquedaRelgerencialEmpresa.zul | 5 ----- web/gui/impressaofiscal/editarRelgerencialEmpresa.zul | 9 --------- 4 files changed, 2 insertions(+), 20 deletions(-) diff --git a/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/impressaofiscal/EditarRelgerencialEmpresaController.java b/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/impressaofiscal/EditarRelgerencialEmpresaController.java index 0b1e334a9..1ddaf8b23 100644 --- a/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/impressaofiscal/EditarRelgerencialEmpresaController.java +++ b/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/impressaofiscal/EditarRelgerencialEmpresaController.java @@ -37,8 +37,8 @@ public class EditarRelgerencialEmpresaController extends MyGenericForwardCompose IdentificacaoPafECF, ManifestoFiscal, ParametrosConfiguracao, - IdentificacaoIdaVolta, - CUSTOM; + IdentificacaoIdaVolta + /*CUSTOM*/; } /** * @@ -97,7 +97,6 @@ public class EditarRelgerencialEmpresaController extends MyGenericForwardCompose } relgerencialEmpresa.setDescricao(txtDescricao.getText()); - relgerencialEmpresa.setIndice(StringUtils.leftPad(txtIndice.getText(), 2, "0")); relgerencialEmpresa.setActivo(true); relgerencialEmpresa.setFecmodif(Calendar.getInstance().getTime()); diff --git a/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/impressaofiscal/RelgerencialEmpresaListItemRenderer.java b/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/impressaofiscal/RelgerencialEmpresaListItemRenderer.java index 835623183..1a1bb499c 100644 --- a/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/impressaofiscal/RelgerencialEmpresaListItemRenderer.java +++ b/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/impressaofiscal/RelgerencialEmpresaListItemRenderer.java @@ -23,9 +23,6 @@ public class RelgerencialEmpresaListItemRenderer implements ListitemRenderer { Listcell tipoRelatorioCell = new Listcell(relgerencialEmpresa.getTiporelgerencial()); tipoRelatorioCell.setParent(listItem); - Listcell indiceCell = new Listcell(relgerencialEmpresa.getIndice()); - indiceCell.setParent(listItem); - Listcell descricaoCell = new Listcell(relgerencialEmpresa.getDescricao()); descricaoCell.setParent(listItem); diff --git a/web/gui/impressaofiscal/busquedaRelgerencialEmpresa.zul b/web/gui/impressaofiscal/busquedaRelgerencialEmpresa.zul index 21a4c83fd..1aacab5c1 100644 --- a/web/gui/impressaofiscal/busquedaRelgerencialEmpresa.zul +++ b/web/gui/impressaofiscal/busquedaRelgerencialEmpresa.zul @@ -61,14 +61,9 @@ - - - - diff --git a/web/gui/impressaofiscal/editarRelgerencialEmpresa.zul b/web/gui/impressaofiscal/editarRelgerencialEmpresa.zul index 5336a953b..7b6277787 100644 --- a/web/gui/impressaofiscal/editarRelgerencialEmpresa.zul +++ b/web/gui/impressaofiscal/editarRelgerencialEmpresa.zul @@ -48,15 +48,6 @@ selectedItem="@{winEditarRelgerencialEmpresa$composer.relgerencialEmpresa.tiporelgerencial}" constraint="no empty"/> - - -