fixes bug#0013138

dev: daniel
qua: marcelo

Limitação da quantidade de caracteres permitido

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@89896 d1611594-4594-4d17-8e1d-87c2c4800839
master
emerson 2019-02-15 14:15:43 +00:00
parent c55e336fa2
commit 1a22aefa79
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@
<row>
<label value="${c:l('busquedaFechamentoParamgeralController.lbMensagem.label')}" />
<textbox id="txtBoletoBancoInstrucao"
multiline="true" width="98%" rows="7" maxlength="249"
multiline="true" width="98%" rows="7" maxlength="240"
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoInstrucao}"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
</row>