fixed bug #6316 - Alteração no tamanho de campo de nome da Rua. Correção em 1,5 horas.
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@44124 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
ae26a7e97c
commit
d4e4d96193
|
@ -203,7 +203,7 @@
|
||||||
<label
|
<label
|
||||||
value="${c:l('editarClienteController.lbCalle.value')}" />
|
value="${c:l('editarClienteController.lbCalle.value')}" />
|
||||||
<textbox id="txtDireccionCalle"
|
<textbox id="txtDireccionCalle"
|
||||||
width="95%" maxlength="30" constraint="no empty"
|
width="95%" maxlength="150" constraint="no empty"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
|
|
Loading…
Reference in New Issue