fixes bug#AL-2859

master
Aristides 2023-09-21 18:19:42 -03:00
commit babd1f36bb
1 changed files with 3 additions and 3 deletions

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