bug#AL-1808

master
aristides@rjconsultores.com.br 2022-12-22 11:30:29 -03:00
parent ec17c208c2
commit 2a87e8a990
2 changed files with 6 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>br.com.rjconsultores</groupId>
<artifactId>ventaboletosadm</artifactId>
<version>1.0.18</version>
<version>1.0.19</version>
<packaging>war</packaging>
<distributionManagement>

View File

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