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
Gleison da Cruz 2024-03-05 16:53:41 +00:00
commit bd89b0c456
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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">