Fixes Bug AL-4928

master
Luis Angel Espina Hernandez 2024-10-15 17:04:38 -04:00
parent de5939681a
commit cacd9d46c9
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() {