fixes bug#AL-2399

master
gleimar 2023-04-12 11:51:57 +00:00 committed by aristides@rjconsultores.com.br
commit a3d949859b
2 changed files with 4 additions and 4 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.0.95</version> <version>1.0.97</version>
<packaging>war</packaging> <packaging>war</packaging>
<properties> <properties>
<modelWeb.version>1.0.47</modelWeb.version> <modelWeb.version>1.0.48</modelWeb.version>
<flyway.version>1.0.31</flyway.version> <flyway.version>1.0.31</flyway.version>
</properties> </properties>

View File

@ -423,7 +423,7 @@
<listbox id="localidadesCombinadasList" <listbox id="localidadesCombinadasList"
mold="paging" mold="paging"
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
vflex="true" multiple="true" height="100%" width="100%"> pageSize="15" multiple="true" height="100%" width="100%">
<listhead> <listhead>
<listheader label="${c:l('editarConexionPorRutaController.labelOrigemConexao.value')}" <listheader label="${c:l('editarConexionPorRutaController.labelOrigemConexao.value')}"
width="50%" /> width="50%" />