Merge pull request 'bug#AL-1808' (#25) from bugfix#AL-1808 into master

Reviewed-on: http://18.235.188.113:3000/adm/VentaBoletosAdm/pulls/25
Reviewed-by: Valdir Cordeiro <valdir.cordeiro@totvs.com.br>
Reviewed-by: Gleison da Cruz <gleison.cruz@totvs.com.br>
master 1.0.19
aristides 2022-12-22 19:04:04 +00:00
commit 9f83b797c2
2 changed files with 6 additions and 1 deletions

View File

@ -3,7 +3,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.0.18</version> <version>1.0.19</version>
<packaging>war</packaging> <packaging>war</packaging>
<distributionManagement> <distributionManagement>

View File

@ -126,6 +126,11 @@
value="${c:l('editarFormaPagoController.lblSomenteTarifa.label')}" /> value="${c:l('editarFormaPagoController.lblSomenteTarifa.label')}" />
<checkbox id="chkCompoeTarifa" checked="false"/> <checkbox id="chkCompoeTarifa" checked="false"/>
</row> </row>
<row>
<label
value="${c:l('editarFormaPagoController.lblETicket.label')}" />
<checkbox id="chkIndETicket" checked="false"/>
</row>
</rows> </rows>
</grid> </grid>