fixes bug#14008

dev:lucas

qua: 

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@91609 d1611594-4594-4d17-8e1d-87c2c4800839
master
lucas.taia 2019-04-05 00:10:57 +00:00
parent 86bdd22ecc
commit e0d1137649
1 changed files with 2 additions and 3 deletions

View File

@ -125,16 +125,15 @@
</caption> </caption>
<grid fixedLayout="true"> <grid fixedLayout="true">
<columns> <columns>
<column width="20%" /> <column width="30%" />
<column width="30%" /> <column width="30%" />
<column width="30%" /> <column width="30%" />
</columns> </columns>
<rows> <rows>
<row> <row>
<cell> <cell>
<label value="${c:l('editarEmpresaImpostoController.codEstabelecimento.value')}" /> <label value="${c:l('editarEmpresaImpostoController.codEstabelecimento.value')}" />
<textbox id="txtCodEstabelecimento" width="80px" maxlength="4" <textbox id="txtCodEstabelecimento" width="100px" maxlength="4"
value="@{winEditarEmpresaImposto$composer.empresaImposto.codEstabelecimento}" value="@{winEditarEmpresaImposto$composer.empresaImposto.codEstabelecimento}"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" /> use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
</cell> </cell>