diff --git a/src/java/com/rjconsultores/ventaboletos/web/utilerias/render/RenderEstado.java b/src/java/com/rjconsultores/ventaboletos/web/utilerias/render/RenderEstado.java index 7d7d9cbcd..d789da210 100644 --- a/src/java/com/rjconsultores/ventaboletos/web/utilerias/render/RenderEstado.java +++ b/src/java/com/rjconsultores/ventaboletos/web/utilerias/render/RenderEstado.java @@ -39,6 +39,9 @@ public class RenderEstado implements ListitemRenderer { lc = new Listcell(""); } lc.setParent(lstm); + + lc = new Listcell(estado.getCveestado()); + lc.setParent(lstm); BigDecimal icms = estado.getIcms(); if (icms != null) { diff --git a/web/WEB-INF/i3-label_es_MX.label b/web/WEB-INF/i3-label_es_MX.label index b02b98398..72038f9bb 100644 --- a/web/WEB-INF/i3-label_es_MX.label +++ b/web/WEB-INF/i3-label_es_MX.label @@ -4141,6 +4141,7 @@ busquedaEstadoController.lhDescProcon.label = Descripción Procon busquedaEstadoController.txtNombre.label = Estado busquedaEstadoController.lhPais.label = País busquedaEstadoController.ICMS.label = ICMS +busquedaEstadoController.UF.label = UF # Pantalla Editar Estado editarEstadoController.window.title = Estado @@ -4152,6 +4153,7 @@ editarEstadoController.lbPais.value = País editarEstadoController.MSG.suscribirOK = Estado se registró exitosamente editarEstadoController.MSG.borrarPergunta = Deseas eliminar este estado? editarEstadoController.MSG.borrarOK = Estado se eliminó exitosamente +editarEstadoController.lbUF.value = UF #Pantalla Editar Tramo Sequência editarTramosSecuenciaController.window.title= Tramo diff --git a/web/WEB-INF/i3-label_pt_BR.label b/web/WEB-INF/i3-label_pt_BR.label index 9e16ead01..80f50db0f 100644 --- a/web/WEB-INF/i3-label_pt_BR.label +++ b/web/WEB-INF/i3-label_pt_BR.label @@ -4196,6 +4196,7 @@ busquedaEstadoController.lhDescProcon.label = Descrição Procon busquedaEstadoController.txtNombre.label = Estado busquedaEstadoController.lhPais.label = País busquedaEstadoController.ICMS.label = ICMS +busquedaEstadoController.UF.label = UF # Pantalla Editar Estado editarEstadoController.window.title = Estado @@ -4207,6 +4208,7 @@ editarEstadoController.lbPais.value = País editarEstadoController.MSG.suscribirOK = Estado Registrado com Sucesso. editarEstadoController.MSG.borrarPergunta = Deseja Eliminar este estado? editarEstadoController.MSG.borrarOK = Estado Excluido com Sucesso. +editarEstadoController.lbUF.value = UF #Pantalla Editar Trecho Sequência editarTramosSecuenciaController.window.title= Trecho diff --git a/web/gui/catalogos/busquedaEstado.zul b/web/gui/catalogos/busquedaEstado.zul index fe10635df..fe75fce5f 100644 --- a/web/gui/catalogos/busquedaEstado.zul +++ b/web/gui/catalogos/busquedaEstado.zul @@ -8,7 +8,7 @@ + height="415px" width="860px" border="normal">