Merge pull request 'fixes bug#AL-3900' (!425) from AL-3900 into master
Reviewed-on: adm/VentaBoletosAdm#425 Reviewed-by: pinheiro <valdevir@rjconsultores.com.br>master 1.55.4
commit
bd89b0c456
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