bug #5898
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@40336 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
30f5f752c7
commit
b6f6a2dcf3
|
@ -686,7 +686,7 @@ editarEmpresaImpostoController.labelIndIcms.value=Ind. ECF
|
|||
editarEmpresaImpostoController.labelRedMunicial.value = Reductor ICMS intermunicipal
|
||||
editarEmpresaImpostoController.labelRedEstadual.value = Reductor ICMS interestadual
|
||||
editarEmpresaImpostoController.labelRedIcms.value = Reductor base de cálculo ICMS
|
||||
editarEmpresaImpostoController.labelTributo.value = Impuesto
|
||||
editarEmpresaImpostoController.labelPorctributo.value = % Impuesto
|
||||
editarEmpresaImpostoController.btnApagar.tooltiptext = Eliminar
|
||||
editarEmpresaImpostoController.btnSalvar.tooltiptext = Guardar
|
||||
editarEmpresaImpostoController.btnFechar.tooltiptext = Cerrar
|
||||
|
|
|
@ -715,7 +715,7 @@ editarEmpresaImpostoController.labelIndIcms.value=Ind. ECF
|
|||
editarEmpresaImpostoController.labelRedMunicial.value = Redutor ICMS Intermunicipal
|
||||
editarEmpresaImpostoController.labelRedEstadual.value = Redutor ICMS Interestadual
|
||||
editarEmpresaImpostoController.labelRedIcms.value = Redutor Base de Cálculo ICMS
|
||||
editarEmpresaImpostoController.labelTributo.value = Tributo
|
||||
editarEmpresaImpostoController.labelPorctributo.value = % Tributo
|
||||
editarEmpresaImpostoController.btnApagar.tooltiptext = Eliminar
|
||||
editarEmpresaImpostoController.btnSalvar.tooltiptext = Salvar
|
||||
editarEmpresaImpostoController.btnFechar.tooltiptext = Fechar
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
<label
|
||||
value="${c:l('editarEmpresaImpostoController.labelRedIcms.value')}" />
|
||||
<label
|
||||
value="${c:l('editarEmpresaImpostoController.labelTributo.value')}" />
|
||||
value="${c:l('editarEmpresaImpostoController.labelPorctributo.value')}" />
|
||||
|
||||
</row>
|
||||
<row>
|
||||
|
@ -82,7 +82,7 @@
|
|||
<textbox id="txtTributo" width="50px"
|
||||
precision="7" scale="2"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"
|
||||
value="@{winEditarEmpresaImposto$composer.empresaImposto.tributo,converter=com.rjconsultores.ventaboletos.web.utilerias.StringPercentToDecimalConverter}" />
|
||||
value="@{winEditarEmpresaImposto$composer.empresaImposto.porctributo,converter=com.rjconsultores.ventaboletos.web.utilerias.StringPercentToDecimalConverter}" />
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
|
|
Loading…
Reference in New Issue