Merge pull request 'bug#al-3666' (!354) from AL3666 into master

Reviewed-on: adm/VentaBoletosAdm#354
Reviewed-by: pinheiro <valdevir@rjconsultores.com.br>
master 1.39.2
Valdir Cordeiro 2023-12-28 20:23:27 +00:00
commit bb1534c88a
2 changed files with 2 additions and 2 deletions

View File

@ -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.39.1</version> <version>1.39.2</version>
<packaging>war</packaging> <packaging>war</packaging>
<properties> <properties>

View File

@ -1119,7 +1119,7 @@
<textbox id="txtSenhaIntegracaoAGR" <textbox id="txtSenhaIntegracaoAGR"
width="360px" value="@{winEditarEmpresa$composer.empresa.senhaIntegracaoAGR}" width="360px" value="@{winEditarEmpresa$composer.empresa.senhaIntegracaoAGR}"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" /> type="text" />
<image src="/gui/img/Question_mark_1.png" style="cursor: help" <image src="/gui/img/Question_mark_1.png" style="cursor: help"
tooltiptext="${c:l('editarEmpresaController.indIntegracaoAGR.help')}" /> tooltiptext="${c:l('editarEmpresaController.indIntegracaoAGR.help')}" />