fixes bug #7179
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@53364 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
0f516b84f6
commit
2545afa436
|
@ -60,7 +60,7 @@
|
|||
<label
|
||||
value="${c:l('editarClienteController.lbApellidoPaterno.value')}" />
|
||||
<textbox id="txtApellidoPaterno"
|
||||
width="95%" maxlength="60" constraint="no empty"
|
||||
width="95%" maxlength="60"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||||
value="@{winEditarCliente$composer.cliente.apellidopaterno}" />
|
||||
</row>
|
||||
|
@ -68,7 +68,7 @@
|
|||
<label
|
||||
value="${c:l('editarClienteController.lbApellidoMaterno.value')}" />
|
||||
<textbox id="txtApellidoMaterno"
|
||||
width="95%" maxlength="60" constraint="no empty"
|
||||
width="95%" maxlength="60"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||||
value="@{winEditarCliente$composer.cliente.apellidomaterno}" />
|
||||
</row>
|
||||
|
|
Loading…
Reference in New Issue