fixes bug #8225
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@63708 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
6c76374d34
commit
c69c58e9a7
|
@ -35,16 +35,17 @@
|
|||
</caption>
|
||||
<grid fixedLayout="true">
|
||||
<columns>
|
||||
<column width="10%" />
|
||||
<column width="15%" />
|
||||
<column width="15%" />
|
||||
<column width="15%" />
|
||||
<column width="15%" />
|
||||
<column width="19%" />
|
||||
<column width="19%" />
|
||||
<column width="18%" />
|
||||
<column width="15%" />
|
||||
<column width="15%" />
|
||||
<column width="12%" />
|
||||
<column width="12%" />
|
||||
<column width="12%" />
|
||||
<column width="12%" />
|
||||
<column width="12%" />
|
||||
<column width="12%" />
|
||||
<column width="12%" />
|
||||
<column width="12%" />
|
||||
<column width="12%" />
|
||||
<column width="12%" />
|
||||
<column width="12%" />
|
||||
</columns>
|
||||
<rows>
|
||||
<row>
|
||||
|
@ -53,7 +54,8 @@
|
|||
<label value="${c:l('editarEmpresaImpostoController.labelIndIcms.value')}" />
|
||||
<label value="${c:l('editarEmpresaImpostoController.labelIcmsMunicipal.value')}" />
|
||||
<label value="${c:l('editarEmpresaImpostoController.labelIndIcmsMunicipal.value')}" />
|
||||
<label value="${c:l('editarEmpresaImpostoController.labelIcmsMunicipalMatricial.value')}" />
|
||||
<label value="${c:l('editarEmpresaImpostoController.labelIcmsMunicipalMatricial.value')}" />
|
||||
<label value="${c:l('editarEmpresaImpostoController.labelIcmsEstadualMatricial.value')}" />
|
||||
<label value="${c:l('editarEmpresaImpostoController.labelRedMunicial.value')}" />
|
||||
<label value="${c:l('editarEmpresaImpostoController.labelRedEstadual.value')}" />
|
||||
<label value="${c:l('editarEmpresaImpostoController.labelRedIcms.value')}" />
|
||||
|
@ -82,6 +84,11 @@
|
|||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"
|
||||
value="@{winEditarEmpresaImposto$composer.empresaImposto.icmsIntermunicipalMatricial,converter=com.rjconsultores.ventaboletos.web.utilerias.StringPercentToDecimalConverter}" />
|
||||
|
||||
<textbox id="txtIcmsInterestadualMatricial" width="50px" precision="7"
|
||||
scale="2"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"
|
||||
value="@{winEditarEmpresaImposto$composer.empresaImposto.icmsMatricial,converter=com.rjconsultores.ventaboletos.web.utilerias.StringPercentToDecimalConverter}" />
|
||||
|
||||
<textbox id="txtPorCredMunicipal" width="50px"
|
||||
precision="7" scale="2"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"
|
||||
|
|
Loading…
Reference in New Issue