julio 2016-06-06 19:24:04 +00:00
parent 39fd746e8c
commit 61e7fa0ae9
1 changed files with 2 additions and 2 deletions

View File

@ -723,7 +723,7 @@ public class FiscalServiceImpl implements FiscalService {
if (codProduto.indexOf("TA") >= 0) {
valorItem = item.getValorTarifa() == null ? valorItem : item.getValorTarifa();
if (valorItem.equals(BigDecimal.ZERO))
valorItem = BigDecimal.ONE;
valorItem = BigDecimal.ONE.divide(CEM);
// TAXA DE EMBARQUE
} else if (codProduto.indexOf("TX") >= 0) {