fixes bug#AL-3204

Opção de filtro Ida/Volta como default
master
Gleison da Cruz 2023-09-21 17:31:42 -03:00
parent 5d542afb85
commit 20eef9e9dd
2 changed files with 4 additions and 4 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.21.2</version> <version>1.21.3</version>
<packaging>war</packaging> <packaging>war</packaging>
<properties> <properties>

View File

@ -116,9 +116,9 @@
<label value="" /> <label value="" />
</row> </row>
<row> <row>
<checkbox id="chkVendido" label="${c:l('relatorioBilhetesVendidosController.vendido.label')}" /> <checkbox id="chkVendido" checked = "true" label="${c:l('relatorioBilhetesVendidosController.vendido.label')}" />
<checkbox id="chkCancelado" label="${c:l('relatorioBilhetesVendidosController.cancelado.label')}" /> <checkbox id="chkCancelado" checked = "true" label="${c:l('relatorioBilhetesVendidosController.cancelado.label')}" />
<checkbox id="chkIdaVolta" label="${c:l('relatorioBilhetesVendidosController.IdaVolta.label')}" /> <checkbox id="chkIdaVolta" checked = "true" label="${c:l('relatorioBilhetesVendidosController.IdaVolta.label')}" />
</row> </row>
<row spans="3"> <row spans="3">
<radiogroup Id="rgLayout" > <radiogroup Id="rgLayout" >