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>
<grid fixedLayout="true">
<columns>
<column width="20%" />
<column width="30%" />
<column width="30%" />
<column width="30%" />
</columns>
<rows>
<row>
<cell>
<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}"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
</cell>