10827: Relatório de Taxa de Embarque sem o ICMS
bug#10827 dev:leo qua:fabim git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@81453 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
55f83512cb
commit
6d5ae0acf9
|
@ -129,7 +129,7 @@ public class RelatorioTaxasLinha extends Relatorio {
|
|||
taxasLinha.setIMPORTESEGURO(importeSeguro);
|
||||
|
||||
if(!totalEmbarque.equals(BigDecimal.ZERO) && (Boolean) this.relatorio.getParametros().get("B_SUBTRAIR_ICMS")){
|
||||
valorIcms = CalculoImposto.getValorImposto(this.relatorio.getConexao(), idEstado, empresaId, indInterestadual, BigDecimal.ZERO, totalEmbarque, BigDecimal.ZERO, BigDecimal.ZERO);
|
||||
valorIcms = CalculoImposto.getValorImposto(this.relatorio.getConexao(), idEstado, empresaId, indInterestadual, BigDecimal.ZERO, BigDecimal.ZERO, totalEmbarque , BigDecimal.ZERO);
|
||||
totalEmbarque = totalEmbarque.subtract(valorIcms);
|
||||
}
|
||||
taxasLinha.setTOTAL_EMBARQUE(totalEmbarque);
|
||||
|
|
Loading…
Reference in New Issue