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