Merge pull request 'fixes bug#AL-3204' (!277) from AL-3204 into master
Reviewed-on: adm/VentaBoletosAdm#277 Reviewed-by: Valdir Cordeiro <valdir.cordeiro@totvs.com.br>master 1.21.3
commit
1edc167215
2
pom.xml
2
pom.xml
|
@ -4,7 +4,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>br.com.rjconsultores</groupId>
|
||||
<artifactId>ventaboletosadm</artifactId>
|
||||
<version>1.21.2</version>
|
||||
<version>1.21.3</version>
|
||||
<packaging>war</packaging>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -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