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
commit
ace509bcd3
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue