fixes bug#AL-3900
parent
c4c995c73e
commit
c8bcef2324
2
pom.xml
2
pom.xml
|
@ -4,7 +4,7 @@
|
||||||
<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.55.3</version>
|
<version>1.55.4</version>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
<combobox id="cmbEmpresa" buttonVisible="true"
|
<combobox id="cmbEmpresa" buttonVisible="true"
|
||||||
constraint="no empty"
|
constraint="no empty"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||||||
model="@{winFiltroRelatorioRecargaRvhub$composer.lsEmpresa}"
|
model="@{winFormaPagamentoAgencia$composer.lsEmpresas}"
|
||||||
width="95%" />
|
width="95%" />
|
||||||
</row>
|
</row>
|
||||||
<row spans="1,1,2">
|
<row spans="1,1,2">
|
||||||
|
|
Loading…
Reference in New Issue