bug#AL-1808
parent
ec17c208c2
commit
2a87e8a990
2
pom.xml
2
pom.xml
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue