Merge pull request 'Fixes Bug AL-4928' (!788) from AL-4928 into master

Reviewed-on: adm/VentaBoletosAdm#788
Reviewed-by: gleimar <gleimar@rjconsultores.com.br>
master 1.157.0
luis.espina 2024-10-16 17:20:42 +00:00
commit c4024a62ea
2 changed files with 3 additions and 3 deletions

View File

@ -4,11 +4,11 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>br.com.rjconsultores</groupId> <groupId>br.com.rjconsultores</groupId>
<artifactId>ventaboletosadm</artifactId> <artifactId>ventaboletosadm</artifactId>
<version>1.156.2</version> <version>1.157.0</version>
<packaging>war</packaging> <packaging>war</packaging>
<properties> <properties>
<modelWeb.version>1.118.0</modelWeb.version> <modelWeb.version>1.118.1</modelWeb.version>
<flyway.version>1.99.0</flyway.version> <flyway.version>1.99.0</flyway.version>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties> </properties>

View File

@ -55,7 +55,7 @@ public class BusquedaConfiguracionProductosController extends MyGenericForwardCo
public void doAfterCompose(Component comp) throws Exception { public void doAfterCompose(Component comp) throws Exception {
super.doAfterCompose(comp); super.doAfterCompose(comp);
bcp = this; bcp = this;
lsTipoEventoExtra = tipoEventoExtraService.obtenerTodos(); lsTipoEventoExtra = tipoEventoExtraService.buscar("ESTAMPILLA");
configuracionProductoList.setItemRenderer(new RenderConfiguracionProducto()); configuracionProductoList.setItemRenderer(new RenderConfiguracionProducto());
configuracionProductoList.addEventListener("onDoubleClick", new EventListener() { configuracionProductoList.addEventListener("onDoubleClick", new EventListener() {