fixes bug#AL-2859
commit
babd1f36bb
|
@ -116,9 +116,9 @@
|
|||
<label value="" />
|
||||
</row>
|
||||
<row>
|
||||
<checkbox id="chkVendido" label="${c:l('relatorioBilhetesVendidosController.vendido.label')}" />
|
||||
<checkbox id="chkCancelado" label="${c:l('relatorioBilhetesVendidosController.cancelado.label')}" />
|
||||
<checkbox id="chkIdaVolta" label="${c:l('relatorioBilhetesVendidosController.IdaVolta.label')}" />
|
||||
<checkbox id="chkVendido" checked = "true" label="${c:l('relatorioBilhetesVendidosController.vendido.label')}" />
|
||||
<checkbox id="chkCancelado" checked = "true" label="${c:l('relatorioBilhetesVendidosController.cancelado.label')}" />
|
||||
<checkbox id="chkIdaVolta" checked = "true" label="${c:l('relatorioBilhetesVendidosController.IdaVolta.label')}" />
|
||||
</row>
|
||||
<row spans="3">
|
||||
<radiogroup Id="rgLayout" >
|
||||
|
|
Loading…
Reference in New Issue