Merge pull request 'fixes bug#AL-4095' (!469) from AL-4095 into master
Reviewed-on: http://18.235.188.113:3000/adm/VentaBoletosAdm/pulls/469 Reviewed-by: Valdir Cordeiro <valdir.cordeiro@totvs.com.br>master 1.61.13
commit
f207508b14
2
pom.xml
2
pom.xml
|
@ -4,7 +4,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.61.12</version>
|
<version>1.61.13</version>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
|
@ -478,8 +478,8 @@
|
||||||
<image src="/gui/img/Question_mark_1.png"
|
<image src="/gui/img/Question_mark_1.png"
|
||||||
tooltiptext="${c:l('editarConfiguracionCategoriaController.lblSomenteCupom.ajuda')}"
|
tooltiptext="${c:l('editarConfiguracionCategoriaController.lblSomenteCupom.ajuda')}"
|
||||||
style="cursor: help" />
|
style="cursor: help" />
|
||||||
<checkbox id="chkIndEmiteSomenteCupomEmbarque" />
|
|
||||||
</hlayout>
|
</hlayout>
|
||||||
|
<checkbox id="chkIndEmiteSomenteCupomEmbarque" />
|
||||||
</row>
|
</row>
|
||||||
<row spans="1,3" visible="@{winEditarConfiguracionCategoriasDatosCategoria$composer.configEmiteSomenteCupomEmbarque}">
|
<row spans="1,3" visible="@{winEditarConfiguracionCategoriasDatosCategoria$composer.configEmiteSomenteCupomEmbarque}">
|
||||||
<label id="lblQtdeViasCupomEmbarque"
|
<label id="lblQtdeViasCupomEmbarque"
|
||||||
|
|
Loading…
Reference in New Issue