fixes bug#AL-2399
commit
a3d949859b
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.0.95</version>
|
||||
<version>1.0.97</version>
|
||||
<packaging>war</packaging>
|
||||
|
||||
<properties>
|
||||
<modelWeb.version>1.0.47</modelWeb.version>
|
||||
<modelWeb.version>1.0.48</modelWeb.version>
|
||||
<flyway.version>1.0.31</flyway.version>
|
||||
</properties>
|
||||
|
||||
|
|
|
@ -423,7 +423,7 @@
|
|||
<listbox id="localidadesCombinadasList"
|
||||
mold="paging"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
||||
vflex="true" multiple="true" height="100%" width="100%">
|
||||
pageSize="15" multiple="true" height="100%" width="100%">
|
||||
<listhead>
|
||||
<listheader label="${c:l('editarConexionPorRutaController.labelOrigemConexao.value')}"
|
||||
width="50%" />
|
||||
|
|
Loading…
Reference in New Issue