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
commit
c4024a62ea
4
pom.xml
4
pom.xml
|
@ -4,11 +4,11 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>br.com.rjconsultores</groupId>
|
||||
<artifactId>ventaboletosadm</artifactId>
|
||||
<version>1.156.2</version>
|
||||
<version>1.157.0</version>
|
||||
<packaging>war</packaging>
|
||||
|
||||
<properties>
|
||||
<modelWeb.version>1.118.0</modelWeb.version>
|
||||
<modelWeb.version>1.118.1</modelWeb.version>
|
||||
<flyway.version>1.99.0</flyway.version>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
</properties>
|
||||
|
|
|
@ -55,7 +55,7 @@ public class BusquedaConfiguracionProductosController extends MyGenericForwardCo
|
|||
public void doAfterCompose(Component comp) throws Exception {
|
||||
super.doAfterCompose(comp);
|
||||
bcp = this;
|
||||
lsTipoEventoExtra = tipoEventoExtraService.obtenerTodos();
|
||||
lsTipoEventoExtra = tipoEventoExtraService.buscar("ESTAMPILLA");
|
||||
|
||||
configuracionProductoList.setItemRenderer(new RenderConfiguracionProducto());
|
||||
configuracionProductoList.addEventListener("onDoubleClick", new EventListener() {
|
||||
|
|
Loading…
Reference in New Issue