Merge pull request 'fixes bug #AL-5059. Acerto tamanho maximo para 15 na descricao do tipo' (!759) from AL-5059 into master

Reviewed-on: adm/VentaBoletosAdm#759
Reviewed-by: Valdir Cordeiro <valdir.cordeiro@totvs.com.br>
master 1.152.1
pinheiro 2024-10-07 17:58:16 +00:00
commit ace509bcd3
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>br.com.rjconsultores</groupId>
<artifactId>ventaboletosadm</artifactId>
<version>1.152.0</version>
<version>1.152.1</version>
<packaging>war</packaging>
<properties>

View File

@ -32,7 +32,7 @@
<rows>
<row>
<label id="lbNome" value="${c:l('editarTipoDocumentoController.txtTipoDocumento.label')}"/>
<textbox id="txtDescTipoDocumento" width="100%" maxlength="30"
<textbox id="txtDescTipoDocumento" width="100%" maxlength="15"
value="@{winEditarTipoDocumento$composer.tipoDocumento.desctipo}"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"/>
</row>