git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@22360 d1611594-4594-4d17-8e1d-87c2c4800839
parent
46eb6a9c54
commit
eebfdb549a
|
@ -532,7 +532,7 @@
|
|||
<h:td>
|
||||
<combobox id="cmbBanco"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||||
width="45%" mold="rounded" buttonVisible="true"
|
||||
width="60%" mold="rounded" buttonVisible="true"
|
||||
model="@{winEditarPuntoVenta$composer.lsBanco}" />
|
||||
</h:td>
|
||||
<h:td>
|
||||
|
@ -1031,7 +1031,8 @@
|
|||
<rows>
|
||||
<row>
|
||||
<label value="${c:l('editarConfiguracionEstoqueController.lbEspecie.value')}" />
|
||||
<textbox id="txtEspecie"
|
||||
<textbox id="txtEspecie" maxlength="15"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||||
constraint="no empty" width="70%" />
|
||||
</row>
|
||||
<row>
|
||||
|
|
Loading…
Reference in New Issue